global css props
This commit is contained in:
parent
5e7768c7d8
commit
ad6c4d44e8
10
src/App.css
10
src/App.css
@ -1,3 +1,13 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.square {
|
||||
background: #fff;
|
||||
border: 1px solid #999;
|
||||
|
Loading…
Reference in New Issue
Block a user