mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-13 16:19:33 +03:00
Added basic README
This commit is contained in:
parent
9b0b1b5aa7
commit
5ddffc6f0f
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Simple Icons
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
To include the coloured icons simple include the SVG. If you’d like to use colour the SVGs yourself you can add CSS to define `si-solid`, `si-translucent` and `si-transparent` classes. For example to set all icons to be white:
|
||||||
|
|
||||||
|
```css
|
||||||
|
.si-solid {
|
||||||
|
fill: white;
|
||||||
|
}
|
||||||
|
.si-translucent {
|
||||||
|
fill: white;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
.si-transparent {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user