-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0", maximum-scale="1.0">
<title>StarBucks Coffee</title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<header>
<div class="center">
<div class="logo"><img src="assents/logo.png"/></div>
<div class="menu">
<a href="a">Home</a>
<a href="a">About</a>
<a href="a">Menu</a>
<a href="a">Whats new</a>
</div>
</div>
</header>
<section class="sobre">
<div class="extras">
<img src="assents/img1.png" />
</div>
<div class="center">
<div class="texto-sobre">
<h1>It´s a not just Coffe<br/>It´s <span style="color: #017143;">StarBucks</span></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
<button>Lean More</button>
</div>
</div>
</section>
</body>
</html>