From b5d09893bd0d3ca8f95adcd2f750000872ce5248 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 17 Mar 2024 20:26:08 -0500 Subject: add header --- styles.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 4d78bb1..a6dcd29 100644 --- a/styles.css +++ b/styles.css @@ -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; + } +} -- cgit v1.2.3