From 53732695373a594b618ce0f476fadfdaad595278 Mon Sep 17 00:00:00 2001 From: kemal Date: Mon, 1 Sep 2025 10:28:28 +0000 Subject: [PATCH] Add style.css --- style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..3eae408 --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +body { + font-family: sans-serif; + margin: auto; + max-width: 1280px; +} + +.navbar { + background-color: #313236; + border-radius: 2px; + max-width: 800px; +} + +.navbar a { + color: #aaa; + display: inline-block; + font-size: 15px; + padding: 10px; + text-decoration: none; +} + +.navbar a:hover { + color: #ffffff; +} +