-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (43 loc) · 1.14 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav>
<h1 class="example">this example should span the entire page</h1>
</nav>
<section>
<div class="element">
<h3>This is text for a div element</h3>
</div>
<div class="element">
<h3>This is text for a div element</h3>
</div>
<div class="element">
<h3>This is text for a div element</h3>
</div>
<div class="element">
<h3>This is text for a div element</h3>
</div>
<div class="element">
<h3>This is text for a div element</h3>
</div>
<div class="element">
<h3>This is text for a div element</h3>
</div>
<div class="element element1">
<h3>This is text for a div element</h3>
</div>
<div class="element element2">
<h3>This is text for a div element</h3>
</div>
<div class="element element3">
<h3>This is text for a div element</h3>
</div>
</section>
</body>
</html>