8 lines
65 B
CSS
8 lines
65 B
CSS
|
* {
|
||
|
box-sizing: border-box;
|
||
|
/*
|
||
|
margin: 2px;
|
||
|
padding: 2px;
|
||
|
/**/
|
||
|
}
|