mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
+ 📃 Added summary about styles of badges (#33)
This commit is contained in:
parent
c0466283db
commit
2895636957
1 changed files with 62 additions and 0 deletions
62
STYLES.md
Normal file
62
STYLES.md
Normal file
|
|
@ -0,0 +1,62 @@
|
|||

|
||||
|
||||
<div align="center">
|
||||
|
||||
# ⛩️ Types of Badges ⛩️
|
||||
|
||||
[shield.io](https://github.com/badges/shields) has 5 different styles of buttons, including:
|
||||
|
||||
|| Types | Styles |
|
||||
| :-: | :------------ | :-------------------------------------------------------------------------------------------------------- |
|
||||
| 1 | Plastic |  |
|
||||
| 2 | Flat-Square |  |
|
||||
| 3 | Flat |  |
|
||||
| 4 | Social |  |
|
||||
| 5 | For The Badge | -03650f?logo=github&style=for-the-badge) |
|
||||
|
||||
This project uses **Flat** badges for the sake of simplicity, similar to how [markdown-badges](https://github.com/Ileriayo/markdown-badges) uses **For The Badge** badges for theirs.
|
||||
|
||||
If you want to change the style of your badge, add the following code into your badge:
|
||||
|
||||
## **Plastic:**
|
||||
|
||||
`style=plastic`
|
||||
|
||||
Example: ``
|
||||
|
||||
Result: 
|
||||
|
||||
## **Flat Square:**
|
||||
|
||||
`style=flat-square`
|
||||
|
||||
Example: ``
|
||||
|
||||
Result: 
|
||||
|
||||
## **Flat:**
|
||||
|
||||
`style=flat`
|
||||
|
||||
Example: ``
|
||||
|
||||
Result: 
|
||||
|
||||
|
||||
## Social
|
||||
|
||||
`style=social`
|
||||
|
||||
Example: ``
|
||||
|
||||
Result: 
|
||||
|
||||
## For The Badge
|
||||
|
||||
`style=for-the-badge`
|
||||
|
||||
Example: ``
|
||||
|
||||
Result: 
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue