[HTML/CSS] pure css pie charts

adding segments
master
Juan Massuelles 1 year ago
parent 5362b590d6
commit 698874e6d5

@ -10,13 +10,16 @@
<body>
<div class="target">
<div class="pie pie1">
<div class="pie-segment"></div>
<div class="pie-segment"></div>
<div class="pie-segment"></div>
<div class="pie-segment"></div>
</div>
</div>
<p class="references">
<a href="https://codeburst.io/how-to-pure-css-pie-charts-w-css-variables-38287aea161e">
HOW TO: Pure CSS pie charts w/ CSS variables
<i>Create customisable pie charts in ~30 lines of CSS</i>
<strong>HOW TO: Pure CSS pie charts w/ CSS variables</strong>
<br/><span>Create customisable pie charts in ~30 lines of CSS</span>
</a>
</p>
</body>

Loading…
Cancel
Save