yatzee css html 100%
This commit is contained in:
parent
603f31bb19
commit
3fd3f7c280
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user