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
27 changes: 15 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
Expand All @@ -11,7 +12,6 @@
<title>👟✔™Nike</title>
</head>
<body>

<div class="main">
<header>
<img src="logo.png" alt="">
Expand All @@ -34,7 +34,7 @@
<h1>nike air<br>max</h1>
<div id="smallbox">
<h4>Nike lover</h4>
<p>Lorem ipsum dolor, sit amet<br> consectetur numquam culpa<br> id ab facilis.</p>
<p>Embodies motivation and the spirit of action, encouraging people to push their limits and <br> pursue their goals.</p>
</div>
<div id="explore">
<h4>Explore now</h4>
Expand All @@ -44,10 +44,10 @@ <h4>Explore now</h4>

<div class="box" id="right">
<h1>JUST<br>...DO<br>..IT..</h1>
<button>ADD TO BAG</button>
<button>ADD TO CART</button>
<div id="smallbox1">
<h4>Nike lover</h4>
<p>Lorem ipsum dolor, sit amet<br> consectetur numquam culpa<br> id ab facilis.</p>
<h4>Nike lifestyle</h4>
<p>"Run Your Own Race."</p>
</div>

</div>
Expand All @@ -57,8 +57,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 Expand Up @@ -224,11 +224,14 @@ <h5>Nike Air Max</h5>

<div class="footer">
<div class="links" id="link1">
<a href="https://www.nike.com/in/retail">find store</a><br>
<a href="https://www.nike.com/in/register">become a member</a><br>
<a href="https://www.nike.com/in/">send us feedback</a><br>
<a href="https://www.nike.com/in/help/a/student-discount-gs">student discount</a><br>

<a href="https://www.nike.com/in/retail">Store</a>
<i class="fa-solid fa-store"></i><br>
<a href="https://www.nike.com/in/register">Become Member</a>
<i class="fa-solid fa-person"></i><br>
<a href="https://www.nike.com/in/">Send Feedback</a>
<i class="fa-solid fa-comment"></i><br>
<a href="https://www.nike.com/in/help/a/student-discount-gs">Student Discount</a>
<i class="fa-solid fa-tag"></i>
</div>
</body>
</html>
8 changes: 3 additions & 5 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 Expand Up @@ -357,7 +355,7 @@ header i:hover,header #cart:hover{
white-space: nowrap;
width: 100%;
height: 40%;
background-color: black;
background-color:#dc0707;
position: relative;
}

Expand Down