boxes styles

This commit is contained in:
2021-12-27 17:12:51 -03:00
parent bc65015c21
commit 6dd12b6700
3 changed files with 11 additions and 1 deletions

View File

@@ -10,11 +10,17 @@
width: 10vw;
height: 10vw;
font-size: 75pt;
border: 2px #fff solid;
box-sizing: border-box;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
}