diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -29,3 +29,21 @@ a { a:hover { text-decoration: underline; } + +.header { + color: #fff8ea; + background-color: #594545; +} + +.header a { + color: #fff8ea; + padding: 10px 10px; +} + +@media screen and (max-width: 500px) { + .header a { + float: none; + display: block; + text-align: left; + } +} |