-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1.18 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
<!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">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<title>Product Card DEMO</title>
</head>
<body>
<div class="container">
<div class="card">
<h1 class="title">Pirma Professional</h1>
<img class="img" src="https://freepngimg.com/thumb/shoes/3-2-shoes-transparent-thumb.png">
<div class="card-body">
<h4>Tenis deportivos para caballero <br> Tallas: 7 - 9</h4>
<h2>$400</h2>
<button class="button"> <i class="fas fa-shopping-cart"></i> COMPRAR </button>
</div>
</div>
</div>
<p class="footer">Made whit ❤️ by <link rel="stylesheet" href="https://github.com/BadUser97"> El Inge Juan Mx </p>
<script src="https://use.fontawesome.com/473b36b43a.js"></script>
</body>
</html>