13 lines
223 B
CSS
13 lines
223 B
CSS
{a842bf6f2e82a2b5b79e6c77eb783ffe5d035550 true 223 style.css 0xc0030c6690}
* {
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
background-color: #FFB6C1;
|
|
color: white;
|
|
font-size: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
} |