From b1291edae8ca99e724df9bb026d608ecb095a9db Mon Sep 17 00:00:00 2001 From: Juan Massuelles Date: Wed, 5 Oct 2022 16:40:13 +0200 Subject: [PATCH] Exemple on how to to pie charts --- pies/index.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 pies/index.html diff --git a/pies/index.html b/pies/index.html new file mode 100644 index 0000000..a392c15 --- /dev/null +++ b/pies/index.html @@ -0,0 +1,59 @@ + + + + + + + Input type="list" + + + +
+
+ +
+
+

+ + HOW TO: Pure CSS pie charts w/ CSS variables + Create customisable pie charts in ~30 lines of CSS + +

+ + +