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 { body {
background-color: #FFB6C1; background-color: #FFB6C1;
color: white; color: white;
font-size: 30px; font-size: 21px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 0; margin: 0;
min-height: 100vh; min-height: 100vh;
text-align: center;
} }