From a4ca8fb969911c9bfc84d14c374573dfa0acc339 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sun, 22 Dec 2024 20:08:02 +0100 Subject: [PATCH] Update css/style.css --- css/style.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/css/style.css b/css/style.css index 090513f..b346a23 100644 --- a/css/style.css +++ b/css/style.css @@ -36,23 +36,6 @@ header h1 { font-size: 2.5em; } -nav { - background-color: #07AAF9; - padding: 10px 0; - text-align: center; -} - -nav a { - color: white; - text-decoration: none; - margin: 0 15px; - font-weight: bold; -} - -nav a:hover { - text-decoration: underline; -} - main { padding: 20px; max-width: 1200px;