Files
wahyd4.github.com/sass/parts/_phasebeam.scss
T
2013-01-14 21:14:28 +08:00

15 lines
197 B
SCSS

#phasebeam{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
canvas{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}