7 lines
67 B
CSS
7 lines
67 B
CSS
* {
|
|
box-sizing: border-box;
|
|
/*
|
|
margin: .5px;
|
|
padding: .5em;
|
|
/**/
|
|
}
|