nakidai.ru/root/style.css

16 lines
192 B
CSS
Raw Normal View History

2024-01-29 22:10:00 +03:00
html, body {
height: 100%;
margin: 0;
padding: 0;
2024-01-29 21:42:38 +03:00
}
2024-01-29 22:10:00 +03:00
.center {
color: lightgreen;
background-color: red;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}