<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<style type="text/css">
.menu{
list-style: none;
text-align: center;
margin-top:50px;
display: block;
}
.menu li{
background-color: #666666;
display: inline-table;
margin: 5px;
color:#fff;
padding:20px;
border-radius: 1em;
width: 5em;
height: 1em;
text-align: center;
box-shadow: 0px 2px 0px #000;
}
.menu li >a{
color:#fff;
text-align: center;
text-decoration: none;
border-radius: 1em;
width: 5em;
height: 1em;
}
.menu li >a:HOVER{
color:#fff;
text-align: center;
text-decoration: none;
border-radius: 1em;
background:#126843;
width: 5em;
height: 1em;
}
.menu li:HOVER{
color:#fff;
text-align: center;
text-decoration: none;
border-radius: 1em;
background:#126843;
width: 5em;
height: 1em;
}
</style>
</head>
<body>
<ul class="menu">
<li><a href="">회사소개</a></li>
<li><a href="">도서</a></li>
<li><a href="">자료실</a></li>
<li><a href="">질문답변</a></li>
<li><a href="">동영상강의</a></li>
</ul>
</body>
</html>
댓글 ( 4)
댓글 남기기