diff --git a/index.html b/index.html index b66841bc..626e1b56 100644 --- a/index.html +++ b/index.html @@ -14,33 +14,40 @@ width: 100%; height: 100%; overflow-x: hidden; + background-color: #222; } + body { display: flex; flex-flow: column; font-family: 'Tahoma', sans-serif; color: #333; } + a { color: #333; } + header { background: #fff; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 20px; } + header .wrapper { display: flex; flex-flow: column; width: 998px; margin: 0 auto; } + @media (max-width: 998px) { header .wrapper { width: 95%; } } + header .wrapper .line1 { display: flex; flex-wrap: wrap; @@ -48,12 +55,15 @@ justify-content: space-between; line-height: 80px; } + header .wrapper .line2 { text-align: center; } + header .wrapper .line1 .left { display: flex; } + header .title { margin: 0; font-weight: normal; @@ -61,6 +71,7 @@ margin-left: 10px; font-size: 30pt; } + .nav-link { display: flex; padding: 10px; @@ -68,23 +79,27 @@ text-decoration: none; border: 1px solid #ddd; } + .nav-link:hover { background: #f0f0f0; } + .content { margin: 0 auto; width: 960px; height: 600px; } + @media (max-width: 998px) { .content { width: 95%; height: 500px; } } + #hlv-target { - width: 100%; - height: 100%; + width: 800px; + height: 600px; } @@ -130,9 +145,18 @@