java_web/learn1/web/css/index.css
2024-12-03 01:18:20 +08:00

20 lines
311 B
CSS

.nav-list{
position: absolute;
top: 0;
left: 0;
background-color: #2bf;
height: 95%;
width: 20%;
margin: 0;
padding: 5px;
}
.content{
position: absolute;
top: 0;
right: 0;
background-color: #eee;
height: 95%;
width: 80%;
margin: 0;
padding: 5px;
}