From eb5c1decd8d7ac74deffca11fbe6bde308a2488c Mon Sep 17 00:00:00 2001 From: oliviale Date: Sun, 11 Jun 2017 04:36:19 +0800 Subject: [PATCH] Fix copy-and-paste-but-did-not-change-content and other minor bugs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc98f63..ce23c11 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a progress pie done in CSS. It came about when I needed a simple progres ## How To Use 1. Download the CSS/SCSS file and include it in your ``. There are two kinds - default (single color) or multi-colored with red, yellow and green for the numbers 1-40, 41-70 and 71-100 respectively. ``` html -
+ ``` 2. HTML structure ``` html @@ -21,9 +21,10 @@ This is a progress pie done in CSS. It came about when I needed a simple progres ## Changing colors, fonts, etc. Manually change the properties of the CSS code. Your life will be easier if you use the SCSS file instead of the pure CSS file as you would need to alter for every `data-value`. -##Playground +## Playground [Play around in this Codepen](https://codepen.io/oliviale/pen/YqEgPw) -##License and other stuff +## License and other stuff Do whatever you want license, but preferably do not delete the author comments in the CSS file :joy:. + Also, if you do end up using this and do wonderful things like you wonderful people always do, forking or tweeting your work at [me](http://twitter.com/meowlivia_) is appreciated.