This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/css/default.css

31 lines
340 B
CSS

nav {
height: 24px;
display: block;
position: fixed;
width: 100%;
z-index: 100;
background-color: #ff0000;
}
aside {
display: block;
width: 210px;
position: absolute;
top: 48px;
left: 0;
margin-left: 10px;
}
section {
position: absolute;
top: 48px;
left: 250px;
display: block;
right: 15px;
padding-bottom: 350px;
}