15 lines
248 B
CSS
15 lines
248 B
CSS
{4e80e3842aa199cbb176ffad8ee6b4137da001ae true 248 style.css 0xc001e4ea10}
* {
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
background-color: #FFB6C1;
|
|
color: white;
|
|
font-size: 21px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
text-align: center;
|
|
}
|