-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 906 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="left">
<div id="overlay1">
<div id="center1">
<h1>Apple</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita, repellat.</p>
<button>Explore & Eat</button>
</div>
</div>
</div>
<div id="right">
<div id="overlay2">
<div id="center2">
<h1>AppleFake</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nobis.</p>
<button>Buy Now</button>
</div>
</div>
</div>
</div>
</body>
</html>