diff --git a/index.html b/index.html index 376df10..085c33d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,6 @@ font-family: Arial; margin: 40px; background-color: whitesmoke; - } h1 { text-align: center; @@ -30,7 +29,7 @@ transition: background-color 0.3s ease; } li:hover { - background-color:black; + background-color: black; } a { text-decoration: none; @@ -46,8 +45,7 @@