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