From e77a55e635d95f555b4b3bd69d5937e36536a60a Mon Sep 17 00:00:00 2001 From: sea-horizon <66834318+sea-horizon@users.noreply.github.com> Date: Sat, 29 Aug 2020 22:43:15 +0800 Subject: [PATCH] Update style.css --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index b018195..17053b7 100644 --- a/style.css +++ b/style.css @@ -17,3 +17,15 @@ body { padding: 1em; background-color: linen; } +header { + width: 100%; + height: 65px; + background: #666; + margin:-25px -25px; + position: fixed; + color: #FFF; +} +header a { + display: inline-block; + color: #FFF; +}