ab-particles/scss/index.scss

16 lines
208 B
SCSS

/* styles of index */
/*
import partials
*/
@import 'reset';
#canvas1 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(#ffc38c, #ff9b40);
}