-
Notifications
You must be signed in to change notification settings - Fork 0
/
과제1.html
35 lines (35 loc) · 936 Bytes
/
과제1.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
<!-- http://bhher1.dothome.co.kr/wireframe3.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{margin:0;padding:0;}
ul,li{list-style:none;}
a{text-decoration:none;color:#666;}
body{
font-family:Nanum Gothic, "나눔고딕", sans-serif;
color:#666;
}
</style>
</head>
<body>
<div class="vsc-initialized">
<div id="wrap">
<header>
<nav>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</nav>
</header>
<div class="img_slide"></div>
</div>
</div>
</body>
</html>