-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (45 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>My project</title>
</head>
<body>
<header>
</header>
<h1 align="center" class="A">JUST DO IT✔️
</h1>
<div class="container">
<div class="row">
<div class="col mr-auto">
<a href="index.html" class="header-logo col"> </a>
</div>
<nav class="header-menu">
<ul>
<li><a href="inscription.html">Inscription</a></li>
<li><a href="about.html">About</a></li>
</ul>
<nav>
</nav>
</nav>
</div>
</div>
<div class="nikeimage">
<img src="nike1.jpg.jpg" style="float: left; margin-right: 10px; margin-bottom: 5px;">
<br> <br><br><br><br><br><br>
</div>
<div class="text">
<h3 class="A"> NIKE</h3>
<p class="B">This is the official Nike website. You can now, with </p>
<p class="B">just a click of a button, buy our original products, at very </p>
<p class="B">reasonable prices. And don't forget to subscribe in order to get important discounts</p>
</div>
</body>
<footer>
<br><br><br><br><br><br><br><br><br>
<p class="A" style="font-family:cursive ;">Designe By Ad Abdltif</p>
</footer>
</html>