:root { font-family: sans-serif; } .pie, .target { border-radius: 100%; position: relative; } .pie { height: 300px; width: 300px; background-color: #3434AF; top: 5px; left: 5px; } .pie-segment { border: dotted 1px #cecece; position: absolute; height: 100%; width: 100%; } .target { height: 310px; width: 310px; background-color: #cecece; } .references { position: fixed; bottom: 5px; 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; } /*# sourceMappingURL=pie-charts.css.map */