File "style dong tu.css"
Full path: E:/sites/Single15/tinmung2007/webroot/css/style dong tu.css
File size: 825 B
MIME-type:
Charset: utf-8
@charset "utf-8";
/* CSS Document */
<style>
body {
font-family: "Times New Roman", sans-serif;
}
.sidepanel {
width: 0;
position: fixed;
z-index: 1;
height: 100%;
top: 0;
left:0;
background-color: #600;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
padding-bottom:60PX;
padding-right:17px;
}
.sidepanel a {
text-decoration: none;
font-size: 15px;
color: #ECE9D8;
display: block;
transition: 0.3s;
}
.sidepanel a:hover {
color: #FF0;
}
.sidepanel .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 40px;
}
.openbtn {
font-size: 18px;
cursor: pointer;
background-color: #ECE9D8;
color: #600;
padding: 5px 5px;
border: none;
}
.openbtn:hover {
background-color:#FC9;
}
</style>