4 lines
34 B
CSS
4 lines
34 B
CSS
|
|
* {
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|