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