Update style.css

This commit is contained in:
Sam 2023-03-04 17:23:09 +03:00 committed by GitHub
parent 4f5d32ea46
commit d5d009702a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@
body{
background: #E9BF8B;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.serial {
width: 400px;
@ -37,4 +40,4 @@ body{
border: 1px solid #2C2D2A;
background-color: #E9BF8B;
box-shadow: 5px 5px 1px #2C2D2A;
}
}