-
Notifications
You must be signed in to change notification settings - Fork 0
/
product card.html
38 lines (34 loc) · 1.12 KB
/
product card.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="s.css">
</head>
<body>
<div class="container">
<div class="card">
<div class="imgbox">
<img src="shoes.png" width="300" height="300">
</div>
<div class="contentBox">
<h2>Nike</h2>
<div class="size">
<h3>Size</h3>
<span>7</span>
<span>8</span>
<span>9</span>
<span>10</span>
</div>
<div class="color">
<h3>color</h3>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<a href="https://www.google.com/search?biw=1536&bih=722&tbm=shop&sxsrf=ALeKk03WZTOogItYa1d2AkWsmL7-V158nw%3A1597424010538&ei=isE2X728ILqX4-EPmc6QgAY&q=nike+shoes+neon+green&oq=nike+shoes+neon+green&gs_lcp=Cgtwcm9kdWN0cy1jYxADMgQIIxAnMgYIABAIEB4yBggAEAgQHjIGCAAQCBAeMgYIABAIEB4yBggAEAgQHjIGCAAQCBAeMgYIABAIEB4yBggAEAgQHjIGCAAQCBAeUABYAGDrnwFoAHAAeACAAagCiAGoApIBAzItMZgBAKoBD3Byb2R1Y3RzLWNjLXdpesABAQ&sclient=products-cc&ved=0ahUKEwi9qdCVlJvrAhW6yzgGHRknBGAQ4dUDCAo&uact=5#spd=1693083941551412436">Buy Now</a>
</div>
</div>
</div>
</body>
</head>
</html>