Skip to content

Commit

Permalink
adds numbered list items
Browse files Browse the repository at this point in the history
  • Loading branch information
boguz committed Sep 15, 2016
1 parent 99c32e0 commit b99953c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions instructions.md
Expand Up @@ -6,27 +6,27 @@ The easiest way is to use the website, but you can also do it directly here on G



## Using the website
1. On the website (https://github.com/boguz/Spinners) click on the animation you want to use
2. Copy the HTML code and paste it into your html file
3. Copy the CSS code and paste it into your css file
4. Enjoy!
## 1. Using the website
1.1. On the website (https://github.com/boguz/Spinners) click on the animation you want to use
1.2. Copy the HTML code and paste it into your html file
1.3. Copy the CSS code and paste it into your css file
1.4. Enjoy!

## Directly from the GitHub
1. Open the "content" folder
2. Open the html file for the animation you want
## 2. Directly from the GitHub
2.1. Open the "content" folder
2.2. Open the html file for the animation you want

Example: if you want to use the animation "Spinner 1", open the file "spinner1.html"

3. Copy the contents of the file, excluding the ```<xmp></xmp>``` tags
4. Paste it into your html file
5. Open the _css.html for the animation you want
2.3. Copy the contents of the file, excluding the ```<xmp></xmp>``` tags
2.4. Paste it into your html file
2.5. Open the _css.html for the animation you want

Example: if you want to use the animation "Spinner 1", open the file "spinner1_css.html"

6. Copy the contents of the file, excluding the ```<xmp></xmp>``` tags
7. Paste it into your css file
8. Enjoy!
2.6. Copy the contents of the file, excluding the ```<xmp></xmp>``` tags
2.7. Paste it into your css file
2.8. Enjoy!

#### Something not working?

Expand Down

0 comments on commit b99953c

Please sign in to comment.