-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.04 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.04 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beats - Your favorite brand.</title>
<link rel="stylesheet" href="src/style.css">
</head>
<body>
<div class="heading">
<img src="src/imgs/beats_logo.png" alt="Logo">
<h1>A treat for your ears.</h1>
<h6>Soft on your ears, perfect for any occasions with a stylish look.</h6>
</div>
<div class="flex red">
<div class="headphones">
<img src="src/imgs/headphones.png" alt="headphones" class="headphones">
</div>
<div class="content">
<h2>Lightweight.</h2>
<p>These headphones are as light as a feather. This will keep the natural weight of your head just the way you like it.</p>
<p>There's only one problem you might encounter; walking into an interview and forgettting that you ever even had headphones on.</p>
</div>
</div>
<div class="button-div red">
<button>Get your pair!</button>
</div>
</body>
</html>