diff --git a/index.html b/index.html index 12b8b1d..6881fc6 100644 --- a/index.html +++ b/index.html @@ -20,15 +20,14 @@ -
+
- -
- FAQ - ES6 - API Docs + + API Docs + ES6 + FAQ
-
+

JavaScript I/O

@@ -71,13 +70,13 @@

JavaScript I/O

diff --git a/style.css b/style.css index 5923dfe..4e8c5fd 100644 --- a/style.css +++ b/style.css @@ -26,37 +26,29 @@ body { margin: 0 auto; } -header { - background: #292829; - padding: 20px; +/* utility classes*/ +.pull-right { + float: right; } -header .content { - display: -webkit-flex; - display: flex; +.pull-left { + float: left; } -header .spacer { - -webkit-flex: 1; - flex: 1; +.header { + background: #292829; + padding: 20px; + height: 67px; } -header a { - color: rgba(255, 255, 255, 0.5); +.header a { + color: #939393; font-weight: 700; font-size: 1rem; - padding: 0 0.7rem; -} - -header a:first-child { - padding-left: 0; + padding: 0 12px; } -header a:last-child { - padding-right: 0; -} - -header a:hover { +.header a:hover { color: #F7DF31; } @@ -158,13 +150,13 @@ ul { font-size: 0.9rem; } -nav { +.nav { font-size: 0.9rem; margin: 70px 0 30px 0; transition: all 0.2s; } -nav a { +.nav a { display: inline-block; line-height: 2.2; padding: 0 15px; @@ -173,22 +165,26 @@ nav a { transition: all 0.2s; } -nav a:first-child, nav a:hover, nav a:hover + a { +.nav a:first-child, .nav a:hover, .nav a:hover + a { border-color: transparent; } -nav a:hover { +.nav a:hover { background: #F7DF31; color: #292829; border-radius: 3px; } p.lead { - text-align:center; + text-align: center; +} + +.release-logo { + border: none; } @media (max-width: 560px) { - nav a { + .nav a { line-height: 3; display: block; border: none; @@ -207,15 +203,15 @@ p.lead { line-height: 1.6; } - nav { + .nav { margin-top: 20px; } - header .content { + .header .content { padding: 0; } - header a { + .header a { padding-left: 1rem; } }