17 lines
178 B
CSS
Raw Normal View History

2024-10-05 19:42:29 +09:00
body, html {
height: 100%;
}
.header {
background-color: Gray;
height: 20%
}
.content {
height:60%;
}
.footer {
background-color: yellow;
height: 20%
}