-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.05 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" style="height: 100%">
<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" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>Document</title>
</head>
<body style="height: 100%">
<div class="background"></div>
<div class="baseDiv">
<div class="stacker">
<div class="staker_child staker_A">A</div>
<div class="staker_child staker_B">B</div>
<div class="staker_child staker_C">C</div>
<div class="staker_child staker_D">D</div>
<div class="staker_child staker_E">E</div>
</div>
<p class="basePtag">BaseDiv</p>
<div class="divone">
divOne
<div class="divone_child">
divone_child
<div class="gglink">
<a href="https://www.google.com" target="blank">GOOGLE_LINK</a>
</div>
</div>
</div>
<div class="divtwo">divTwo</div>
</div>
</body>
</html>