-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 846 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CSS HTML Lesson 1 Mini Project</title>
<link rel="stylesheet" href="./reset.css">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<header>
<div class = "box1 header-box"></div>
<div class = "box2 header-box"></div>
</header>
<main>
<section>
<div class="section-box1 white-box"></div>
<div class="section-box2 white-box"></div>
<div class="section-box3">
<div class="right-box white-box pill"></div>
<div class="right-box white-box pill"></div>
</div>
</section>
</main>
</body>
</html>