mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
62 lines
2.8 KiB
Markdown
62 lines
2.8 KiB
Markdown
<div align="center">
|
|
|
|
<img src="assets/styles.svg" alt="Styles" width="500" height="200">
|
|
|
|
# ⛩️ 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:** 
|
|
|
|
|