<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="pie-charts.css"> <title>Input type="list"</title> </head> <body> <div class="target"> <div class="pie pie1"> </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> </a> </p> </body> </html>