-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (36 loc) · 1.21 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="loader">
<div class="item">
</div>
</div>
<div class="container">
<div class="card">
<div class="images">
<div class="circle"></div>
<img src="adidas.png" alt="">
</div>
<div class="info">
<h3 class="title">Adidas ZX</h3>
<h3 class="subtitle">FUTURE-READY TRAINERS WITH WRAPPED BOOST FOR EXCEPTION COMFORT.</h3>
<div class="size">
<button>41</button>
<button class="active">42</button>
<button>43</button>
<button>44</button>
</div>
<a href="#" class="btn">Buy this shoes!</a>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>