11 lines
No EOL
131 B
CSS
11 lines
No EOL
131 B
CSS
* {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
margin: 0;
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
.test {
|
|
width: 15%;
|
|
height: 15%;
|
|
} |