mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
feat(*): Add styling
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
Reference in New Issue
Block a user