How to create a badge with specific text? #5536
-
I am trying to create a badge that has the logo on the left and the text on the right with two different color backgrounds. Currently I have:
I am trying to have the logo on the left (without the word 'Tools') with a gray background, and the text on the right with a white background. How do I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Yes, thanks! |
Beta Was this translation helpful? Give feedback.
Are either of these what you're looking for?
https://img.shields.io/badge/-VSCode-informational?style=flat&logo=visual-studio-code&logoColor=007ACC&color=white
https://img.shields.io/badge/-VSCode-informational?style=flat&logo=visual-studio-code&logoColor=007ACC&color=white&labelColor=555