yatzee css html 100%

This commit is contained in:
chris 2024-06-10 10:42:07 -04:00
parent 603f31bb19
commit 3fd3f7c280

View File

@ -5,6 +5,9 @@ header{
margin: auto; margin: auto;
text-align: center; text-align: center;
} }
html {
height: 100%;
}
#diceBoard { #diceBoard {
width: 85%; width: 85%;
height: 150px; height: 150px;
@ -13,7 +16,7 @@ header{
margin: auto; margin: auto;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
padding: .5rem; padding: 0.5rem;
flex-wrap: nowrap; flex-wrap: nowrap;
border-radius: 10px; border-radius: 10px;
} }