6 lines
289 B
CSS
6 lines
289 B
CSS
body {
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }
|
|
body div {
|
|
color: octopus; }
|
|
|
|
/*# sourceMappingURL=source-mapped.css.map */
|