diff --git a/src/styles/main.scss b/src/styles/main.scss new file mode 100644 index 0000000..a0bdbb3 --- /dev/null +++ b/src/styles/main.scss @@ -0,0 +1,30 @@ +text{ + font-family:Helvetica, Arial, sans-serif; + font-size:11px; + pointer-events:none; +} +#chart{ + position:absolute; + width:500px; + height:500px; + top:0; + left:0; +} +#question{ + position: absolute; + width:400px; + height:500px; + top:0; + left:520px; +} +#question h1{ + font-size: 50px; + font-weight: bold; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + position: absolute; + padding: 0; + margin: 0; + top:50%; + -webkit-transform:translate(0,-50%); + transform:translate(0,-50%); +} \ No newline at end of file