100-project-100-days-website/100_projects/9-javaScript-auto-write-text/style.css
2023-03-02 17:26:29 +03:00
Ask

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