Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazonnile/pure-css-rating
Simple rating on pure CSS, based on tilde (~)
https://github.com/yazonnile/pure-css-rating
css-rating rating star-rating
Last synced: 16 days ago
JSON representation
Simple rating on pure CSS, based on tilde (~)
- Host: GitHub
- URL: https://github.com/yazonnile/pure-css-rating
- Owner: yazonnile
- License: mit
- Created: 2015-10-09T19:50:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T20:22:16.000Z (about 9 years ago)
- Last Synced: 2024-10-28T00:55:51.924Z (about 2 months ago)
- Topics: css-rating, rating, star-rating
- Language: HTML
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pure-css-rating
Simple rating on pure CSS, based on tilde (~)# Demo
http://yazonnile.github.io/pure-css-rating/# What is tilde?
Tilde (~) is sibling selector from CSS3, that selects all siblings elements running after current# Example
```
```
```
.current ~ li {
font-weight: bold;
}
```
* item
* item
* **item**
* **item**