Playing around with SVG

This commit is contained in:
2017-07-07 02:07:34 +02:00
parent 137a2270df
commit 567e8e63d1
7 changed files with 153 additions and 0 deletions

View File

@ -0,0 +1,24 @@
.statistics
vertical
align-items center
.graph
transform rotate(-90deg)
width 250px
height 250px
.slice
color black
default-transition
transform scale(1)
:hover
transform scale(1.05)
.slice-1
opacity 0.8
.slice-2
opacity 0.6
.slice-3
opacity 0.4