-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnotice_hover.html
39 lines (39 loc) · 1.37 KB
/
notice_hover.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="notice_hover.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css">
<style>
ul{list-style:none; }
*{font-family:'NanumSquare';}
</style>
</head>
<body>
<div class = "notice_hover">
<h4></h4>
<ul>
<li>
<a href = "#">
<span><img src = "이미지01.png" alt = "이미지1" width = "250" height = "200" /> <em>바로가기</em></span>
<strong>교수님</strong>
</a>
</li>
<li>
<a href = "#">
<span><img src = "이미지02.png" alt = "이미지2" width = "250" height = "200" /> <em>바로가기</em></span>
<strong>강의</strong>
</a>
</li>
<li>
<a href = "#">
<span><img src = "이미지03.png" alt = "이미지3" width = "250" height = "200" /> <em>바로가기</em></span>
<strong>강의평 입력</strong>
</a>
</li>
</ul>
</div>
</body>
</html>