100-project-100-days-website/100_projects/9-javaScript-auto-write-text/style.css
2023-03-02 19:12:09 +03:00
Ask

15 lines
248 B
CSS

{4e80e3842aa199cbb176ffad8ee6b4137da001ae true 248 style.css 0xc001fbf5e0}

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