diff --git a/index.html b/index.html index 370a684..9e8734b 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,6 @@ 👟✔™Nike -
@@ -57,8 +56,8 @@

Nike lover

-

LIVERPOOL FC
2023/24 AWAY

-

Run for healthy life

+

BOSTON MARATHON
2024/25

+

"Run Happy, Live Free!"

diff --git a/style.css b/style.css index f62dafa..566daae 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ html,body{ header{ display: flex; height: 10%; - background-color: #222227; + background-color: #dc0707; position: relative; align-items: center; justify-content: space-between; @@ -28,8 +28,6 @@ header img{ height: 30px; position: relative; margin-left: 50px; - - } header ul{ display: flex; @@ -46,7 +44,7 @@ header ul li a{ margin-left: 70px; font-family: 'Teko', sans-serif; font-size: 30px; - color:grey; + color: white; letter-spacing: 2px; }