-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.02 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8" />
<meta name="viewport"content="width=device-widows">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style2.css">
<title>e-commerce card </title>
</head>
<body>
<div class="card">
<div class="circle"></div>
<div class="content">
<h2> Pepsi Cola</h2>
<p>lorem ipsum
Le Lorem Ipsum est simplement du faux
la mise en page avant impression.
Le Lorem Ipsum est le faux texte standard </p>
<a href="#" >Buy Now</a>
</div>
<img src="pipsi.png">
</div>
</body>
</html>