diff options
-rw-r--r-- | menu.css | 4 | ||||
-rw-r--r-- | style.css | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -51,6 +51,6 @@ ul.hidden a:hover { color: white; } -ul.menu > li:hover > a, ul.hidden > li:hover > a { - background-color: pink; +ul.hidden > li:hover > a { + background-color: #777777; } @@ -8,13 +8,16 @@ body { .header { padding: 30px; text-align: center; - font-size: 36px; + font-size: 40px; color: #222222; text-shadow: 2px 2px #ADADAD; } #content { margin-top: 90px; + background-color: white; + border-radius: 5px; + padding: 30px 50px 30px 50px; } h1 { @@ -34,6 +37,7 @@ p { margin-bottom: 30px; text-indent: 30px; line-height: 24px; + text-align: justify; } img { |