Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 (~)

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
```

  • item

  • item

  • item

  • item

  • ```
    ```
    .current ~ li {
    font-weight: bold;
    }
    ```
    * item
    * item
    * **item**
    * **item**