-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.38 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
<!DOCTYPE html>
<html lang="es_ES">
<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">
<title>Pringles-La Favorita</title>
<link rel="stylesheet" href="ccs/style.css">
</head>
<body>
<header>
<div class="logo">
<img src="https://miradalogos.net/wp-content/uploads/2021/07/Pringles-Logo-1986.png" width="20%">
</div>
<a href="#">Home</a>
<a href="#">Products</a>
<a href="#">History</a>
<div class="search">
<input type="text" placeholder="Search..">
</div>
<div class="button_search">
<button type="submit"><img src="lupa.png" width="20%"></button>
</div>
</header>
<section class="barnav">
<a href="#">Brands</a>
<a href="#">About Pringles</a>
<a href="#">Nutrition Facts</a>
<a href="#">Where to Buy</a>
<a href="#">More Smiles With Every Bite</a>
</section>
<section class="product">
<div class="banner_product">
<img src="https://www.pringles.com/content/global/pringles/es_ES/pages/home/jcr:content/gridSystem/par/Copy%20of%20Copy%20of%20feature/slideData/jcr:content/par/inuitgrid/par/inuitgrid_975246484/par/responsiveimage.img.png/1639718366278.png" width="45%">
<div class="banner_txt">
<p>Sabores clásicos que te<br>encantan</p>
<h1>FAVORITOS<br>PRINGLES</h1>
<p>Sabor que quieres disfrutar sin parar.</p>
<a class="sabores" href="#">TODOS LOS SABORES</a>
</div>
</div>
</section>
</body>
</html>