global css props

This commit is contained in:
djmil 2023-07-31 13:54:08 +02:00
parent 5e7768c7d8
commit ad6c4d44e8

View File

@ -1,3 +1,13 @@
* {
box-sizing: border-box;
}
body {
font-family: sans-serif;
margin: 20px;
padding: 0;
}
.square {
background: #fff;
border: 1px solid #999;