Commit 721c4ee6 by liuyingying

css

parent 88b153fa
......@@ -171,6 +171,9 @@ nav>div{
float: right;
font-size:12px;
outline:none;
background-color: transparent;
color: grey;
box-shadow: 2px 2px 2px black;
}
.top>ul{
width:200px;
......@@ -189,9 +192,9 @@ nav>div{
/*border-bottom:solid 5px #97b7e6;*/
}
.top>button:hover{
font-size:14px;
color: dimgrey;
border-bottom:solid 3px #eeeeee;
font-size:13px;
color: black;
box-shadow: 2px 2px 0 black;
}
#bar>.top{
height: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment