diff --git a/css/bookmarks.css b/css/bookmarks.css index 83278e1..c84e085 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -1,23 +1,19 @@ +h1.title { + font-size: 48px; + font-family: chancery,cursive,LiSu,sans-serif; +} + .tag { background-color: transparent; } -/* When the input field gets focus, change its width to 100% */ -input[type=text]:focus { - width: 100%; -} - -input { +input#search { + display: block; + margin: auto; width: 400px; - margin: 10px; box-sizing: border-box; border: 2px solid #ccc; border-radius: 4px; font-size: 16px; - background-color: white; - background-position: 10px 12px; - background-repeat: no-repeat; - padding: 12px 20px 12px 40px; - -webkit-transition: width .4s ease-in-out; - transition: width .4s ease-in-out; + padding: 12px 20px 12px 20px; }