Skip to content

Commit 4fadc0e

Browse files
committed
Update README.md
Add Demo, Browser Support, Contributing History and License.
1 parent f656275 commit 4fadc0e

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

README.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
[Single Element CSS Spinners](http://projects.lukehaas.me/css-loaders)
2-
============
1+
# [Single Element CSS Spinners](http://projects.lukehaas.me/css-loaders)
32

4-
This is a collection of loading spinners animated with CSS. See [demo](http://projects.lukehaas.me/css-loaders).
3+
This is a collection of loading spinners animated with CSS.
54

65
Each spinner consists of a single div with a class of 'loader' and content text of 'Loading...'.
76
The text is for screen readers and can be used as a fallback state for older browsers.
@@ -12,17 +11,31 @@ A strict limit of one element per loader (not including pseudo-elements) was pla
1211

1312
Each loader is given a font size in pixels and all other sizes are in ems so to change the size of a loader, just adjust the font-size.
1413

15-
##Browser support
14+
## Demo
1615

17-
- Chrome 4.0+
18-
- Firefox 16.0+
19-
- Opera 15.0+
20-
- Safari 4.0+
21-
- IE 10+
16+
![css-loaders-screenshot](https://raw.githubusercontent.com/lukehaas/css-loaders/step2/images/css-loaders-screenshot.jpg)
2217

23-
##License
18+
> [Check it live](http://msp-brazil.github.io/bing-maps-element).
2419
25-
[MIT](https://github.com/lukehaas/css-loaders/blob/step2/LICENSE)
20+
## Browser Support
2621

22+
![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png)
23+
--- | --- | --- | --- | --- |
24+
IE 10+ ✔ | Chrome 4.0+ ✔ | Firefox 16.0+ ✔ | Opera 15.0+ ✔ | Safari 4.0+ ✔ |
2725

26+
## Contributing
27+
28+
1. Fork it!
29+
2. Create your feature branch: `git checkout -b my-new-feature`
30+
3. Commit your changes: `git commit -m 'Add some feature'`
31+
4. Push to the branch: `git push origin my-new-feature`
32+
5. Submit a pull request :)
33+
34+
## History
35+
36+
For detailed changelog, check [Releases](https://github.com/lukehaas/css-loaders/releases).
37+
38+
## License
39+
40+
[MIT License](https://github.com/lukehaas/css-loaders/blob/step2/LICENSE)
2841

0 commit comments

Comments
 (0)