Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<title>👟✔™Nike</title>
</head>
<body>

<div class="main">
<header>
<img src="logo.png" alt="">
Expand Down Expand Up @@ -57,8 +56,8 @@ <h4>Nike lover</h4>
<section class="sec">


<div id="para"><h1>LIVERPOOL FC <br>2023/24 AWAY</h1>
<p>Run for healthy life</p></div>
<div id="para"><h1>BOSTON MARATHON <br>2024/25</h1>
<p>"Run Happy, Live Free!"</p></div>


<div id="products">
Expand Down
6 changes: 2 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -28,8 +28,6 @@ header img{
height: 30px;
position: relative;
margin-left: 50px;


}
header ul{
display: flex;
Expand All @@ -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;

}
Expand Down