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;
|
|
|
|
}
|