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;