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