10 lines
124 B
CSS
10 lines
124 B
CSS
body {
|
|
background: red;
|
|
box-sizing: border-box;
|
|
transform: translate3d(1,1,1);
|
|
|
|
& h1 {
|
|
background: green;
|
|
}
|
|
}
|