personal-website/resources/base.css
2023-03-15 03:05:24 +03:00

14 lines
179 B
CSS

body{
margin: 0px;
}
#WindowsLayer {
width: 100%;
height: 100%;
position: absolute;
}
.Application{
position: absolute;
background-color: antiquewhite;
}