website/tesses.cf/css/main.css

16 lines
203 B
CSS
Raw Normal View History

2022-07-23 13:29:59 +00:00
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
.all_lives
{
background-color: red;
color:blue;
height: 20;
}