From c07a81a9b912b6590a85f6706813a7bb6880438b Mon Sep 17 00:00:00 2001 From: Inter Date: Tue, 12 Dec 2023 23:18:30 +0000 Subject: [PATCH] =?UTF-8?q?+=20=E2=99=BB=EF=B8=8F=20Slight=20code=20reform?= =?UTF-8?q?ats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- STYLES.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/STYLES.md b/STYLES.md index 361cea3..dc27661 100644 --- a/STYLES.md +++ b/STYLES.md @@ -1,5 +1,3 @@ -![logo](assets/md-badges.png) -
# ⛩️ Types of Badges ⛩️ @@ -22,41 +20,41 @@ If you want to change the style of your badge, add the following code into your `style=plastic` -Example: `![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?style=plastic&logo=github&logoColor=white)` +**Example:** `![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?style=plastic&logo=github&logoColor=white)` -Result: ![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?style=plastic&logo=github&logoColor=white) +**Result:** ![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?style=plastic&logo=github&logoColor=white) ## **Flat Square:** `style=flat-square` -Example: `![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=flat-square&logo=YouTube&logoColor=white)` +**Example:** `![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=flat-square&logo=YouTube&logoColor=white)` -Result: ![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=flat-square&logo=YouTube&logoColor=white) +**Result:** ![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=flat-square&logo=YouTube&logoColor=white) ## **Flat:** `style=flat` -Example: `![Twitch](https://img.shields.io/badge/Twitch-%239146FF.svg?style=flat&logo=Twitch&logoColor=white)` +**Example:** `![Twitch](https://img.shields.io/badge/Twitch-%239146FF.svg?style=flat&logo=Twitch&logoColor=white)` -Result: ![Twitch](https://img.shields.io/badge/Twitch-%239146FF.svg?style=flat&logo=Twitch&logoColor=white) +**Result:**:![Twitch](https://img.shields.io/badge/Twitch-%239146FF.svg?style=flat&logo=Twitch&logoColor=white) ## Social `style=social` -Example: `![GitHub repo watchers](https://img.shields.io/github/watchers/badges/shields.svg?style=social)` +**Example:** `![GitHub repo watchers](https://img.shields.io/github/watchers/badges/shields.svg?style=social)` -Result: ![GitHub repo watchers](https://img.shields.io/github/watchers/badges/shields.svg?style=social) +**Result:** ![GitHub repo watchers](https://img.shields.io/github/watchers/badges/shields.svg?style=social) ## For The Badge `style=for-the-badge` -Example: `![Spotify](https://img.shields.io/badge/Spotify-1ED760?style=for-the-badge&logo=spotify&logoColor=white)` +**Example:** `![Spotify](https://img.shields.io/badge/Spotify-1ED760?style=for-the-badge&logo=spotify&logoColor=white)` -Result: ![Spotify](https://img.shields.io/badge/Spotify-1ED760?style=for-the-badge&logo=spotify&logoColor=white) +**Result:** ![Spotify](https://img.shields.io/badge/Spotify-1ED760?style=for-the-badge&logo=spotify&logoColor=white)