Update style.css

This commit is contained in:
Sam 2023-03-02 19:12:09 +03:00 committed by GitHub
parent a9eb1eae84
commit c643270103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,11 @@
body {
background-color: #FFB6C1;
color: white;
font-size: 30px;
font-size: 21px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
min-height: 100vh;
text-align: center;
}