-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLPage.html
38 lines (38 loc) · 1008 Bytes
/
LPage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CocaCola Landing Page | Reference by dribbble.com</title>
<link rel="stylesheet" href="LPage.css">
</head>
<body>
<div id="main">
<div class="part1"></div>
<div class="part2">
<div class="overlay"></div>
</div>
<div id="part3"></div>
<div id="text-div">
<h1>CocaCola</h1>
<h2>Zero</h2>
<h2>Sugar</h2>
<h1>Soft Drink</h1>
<h4>#TakeATaste</h4>
</div>
<div id="smallimg">
<div id="overlay"></div>
</div>
<div id="img1">
<div id="over1"></div>
</div>
<div id="img2">
<div id="over2"></div>
</div>
<div id="text-tagline">
<marquee behavior="alternate" scrollamount="30"> <h2> Tastes More Like Coke </h2> </marquee>
<marquee behavior="alternate" scrollamount="20"> <h4> Looks More Like Coke </h4> </marquee>
</div>
</div>
</body>
</html>