Files
TechRadarAJR/styles/base.css
2017-01-25 21:05:21 +01:00

10 lines
119 B
CSS

body {
background: #fff;
box-sizing: border-box;
transform: translate3d(1,1,1);
& h1 {
color: blue;
}
}