11 lines
145 B
SCSS
11 lines
145 B
SCSS
.graph {
|
|
height: 100%;
|
|
width: 100%;
|
|
background: url(img/gplaypattern.png);
|
|
|
|
canvas {
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
}
|