ab-particles/scss/index.scss

16 lines
210 B
SCSS
Raw Normal View History

2020-04-08 02:56:45 -06:00
/* styles of index */
/*
import partials
*/
@import 'reset';
2020-04-08 04:29:13 -06:00
#particles {
2020-04-08 02:56:45 -06:00
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(#ffc38c, #ff9b40);
}