[HTML/CSS] pure css pie charts

- updating main style
master
Juan Massuelles 2 years ago
parent aa10161815
commit 4b0ae3d6f3

@ -4,10 +4,17 @@
right:5px;
border-radius:5px;
padding:10px;
background-color:lightblue;
background-color:rgb(216, 216, 216);
a {
padding:5px;
margin:0;
border-right:solid 1px rgb(128,128,128);
display: inline-block;
&:last-child {
border-right:none;
}
&[href],&:link,&:hover,&:focus,&:active {
color:darkblue;
color:rgb(78, 78, 78);
}
}
}

@ -20,8 +20,7 @@
<a href="https://codeburst.io/how-to-pure-css-pie-charts-w-css-variables-38287aea161e">
<strong>HOW TO: Pure CSS pie charts w/ CSS variables</strong>
<br/><span>Create customisable pie charts in ~30 lines of CSS</span>
</a>
<a href="https://www.freecodecamp.org/news/css-only-pie-chart/">
</a><a href="https://www.freecodecamp.org/news/css-only-pie-chart/">
<strong>How to Create a Pie Chart Using Only CSS</strong>
<br/><span>only one slice ;)</span>
</a>

@ -4,9 +4,16 @@
right: 5px;
border-radius: 5px;
padding: 10px;
background-color: lightblue; }
.references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active {
color: darkblue; }
background-color: #d8d8d8; }
.references a {
padding: 5px;
margin: 0;
border-right: solid 1px gray;
display: inline-block; }
.references a:last-child {
border-right: none; }
.references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active {
color: #4e4e4e; }
:root {
font-family: sans-serif; }

@ -1,6 +1,6 @@
{
"version": 3,
"mappings": "AAAA,WAAY;EACV,QAAQ,EAAC,KAAK;EACd,MAAM,EAAC,GAAG;EACV,KAAK,EAAC,GAAG;EACT,aAAa,EAAC,GAAG;EACjB,OAAO,EAAC,IAAI;EACZ,gBAAgB,EAAC,SAAS;EAExB,uGAAwC;IACtC,KAAK,EAAC,QAAQ;;ACApB,KAAK;EACH,WAAW,EAAE,UAAU;;AAGzB,aAAa;EACX,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,QAAQ;;AAGpB,IAAK;EACH,MAAM,EAnBE,KAAK;EAoBb,KAAK,EApBG,KAAK;EAqBb,gBAAgB,EApBV,OAAO;EAqBb,GAAG,EAhBS,GAAG;EAiBf,IAAI,EAjBQ,GAAG;EAkBf,YAAU;IACR,MAAM,EAAE,kBAAwC;IAChD,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,IAAI;IACZ,KAAK,EAAC,IAAI;;AAId,OAAQ;EACN,MAAM,EAAE,KAA+B;EACvC,KAAK,EAAG,KAA+B;EACvC,gBAAgB,EA9BN,OAAO",
"mappings": "AAAA,WAAY;EACV,QAAQ,EAAC,KAAK;EACd,MAAM,EAAC,GAAG;EACV,KAAK,EAAC,GAAG;EACT,aAAa,EAAC,GAAG;EACjB,OAAO,EAAC,IAAI;EACZ,gBAAgB,EAAC,OAAkB;EACnC,aAAE;IACA,OAAO,EAAC,GAAG;IACX,MAAM,EAAC,CAAC;IACR,YAAY,EAAC,cAA0B;IACvC,OAAO,EAAE,YAAY;IACrB,wBAAa;MACX,YAAY,EAAC,IAAI;IAEnB,uGAAwC;MACtC,KAAK,EAAC,OAAe;;ACP3B,KAAK;EACH,WAAW,EAAE,UAAU;;AAGzB,aAAa;EACX,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,QAAQ;;AAGpB,IAAK;EACH,MAAM,EAnBE,KAAK;EAoBb,KAAK,EApBG,KAAK;EAqBb,gBAAgB,EApBV,OAAO;EAqBb,GAAG,EAhBS,GAAG;EAiBf,IAAI,EAjBQ,GAAG;EAkBf,YAAU;IACR,MAAM,EAAE,kBAAwC;IAChD,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,IAAI;IACZ,KAAK,EAAC,IAAI;;AAId,OAAQ;EACN,MAAM,EAAE,KAA+B;EACvC,KAAK,EAAG,KAA+B;EACvC,gBAAgB,EA9BN,OAAO",
"sources": ["_global.scss","_pie-charts-multipart.scss"],
"names": [],
"file": "pie-charts.css"

Loading…
Cancel
Save