-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
26 lines (25 loc) · 807 Bytes
/
3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./3.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,600;1,900&display=swap"
/>
</head>
<body>
<div class="desktop-1">
<div class="desktop-1-child"></div>
<div class="desktop-1-item"></div>
<img class="nike-shoe-1-icon" alt="" src="nike.png" />
<i class="air-max">AIR MAX</i>
<div class="desktop-1-inner"></div>
<div class="ellipse-div"></div>
<div class="desktop-1-child1"></div>
<div class="style-takes-over">STYLE TAKES OVER</div>
</div>
</body>
</html>