-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss_menu[unikys_tistory].html
61 lines (56 loc) · 2.11 KB
/
css_menu[unikys_tistory].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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="utf-8"/>
<meta name="description" content="The Overflowing church website's main page" />
<meta name="author" content="[email protected]" />
<title>밑바닥부터 홈페이지 만들기[unikys.tistory.com]</title>
<style>
#topMenu {
height: 30px;
width: 850px;
}
#topMenu ul li {
list-style: none;
color: white;
background-color: #2d2d2d;
float: left;
line-height: 30px;
vertical-align: middle;
text-align: center;
}
#topMenu .menuLink {
text-decoration:none;
color: white;
display: block;
width: 150px;
font-size: 12px;
font-weight: bold;
font-family: "Trebuchet MS";
}
#topMenu .menuLink:hover {
color: red;
background-color: #4d4d4d;
}
</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<nav id="topMenu" >
<ul>
<li><a class="menuLink" href="http://unikys.tistory.com/category/Programming%20Lecture/%EB%B0%91%EB%B0%94%EB%8B%A5%EB%B6%80%ED%84%B0%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EB%A7%8C%EB%93%A4%EA%B8%B0">LECTURES</a></li>
<li>|</li>
<li><a class="menuLink" href="http://unikys.tistory.com/guestbook">GUEST BOOK</a></li>
<li>|</li>
<li><a class="menuLink" href="http://unikys.tistory.com/tag">TAG CLOUD</a></li>
<li>|</li>
<li><a class="menuLink" href="http://unikys.tistory.com/media">MEDIA LOG</a></li>
<li>|</li>
<li><a class="menuLink" href="http://unikys.tistory.com/location">LOCATION LOG</a></li>
</ul>
</nav>
<p>This site is under construction!</p>
</body>
</html>