10 lines
119 B
CSS
10 lines
119 B
CSS
body {
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
transform: translate3d(1,1,1);
|
|
|
|
& h1 {
|
|
color: blue;
|
|
}
|
|
}
|