nakidai.ru/root/style.css

17 lines
218 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;
2024-01-29 22:11:59 +03:00
font-family: sans-serif;
2024-01-29 22:10:00 +03:00
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}