No credit card required
Browse credit cards from a variety of issuers to see if there's a better card for you.
Thank you OP!!!!
Thanks for the color chart. I use Google, it's more interactive.
https://www.google.com/search?q=color+picker
Update;
shields.io has had some issues lately. Here is an alternative. Replace [SCORE] with your actual score.
<img src="https://badgen.net/badge/Experian/[SCORE]/blue"> <img src="https://badgen.net/badge/TransUnion/[SCORE]/cyan"> <img src="https://badgen.net/badge/Equifax/[SCORE]/red">
Thanks! Did a little HTML tweaks and got the color code back. Awesome again man!
<img src="https://badgen.net/badge/Equifax/[SCORE]/red">
To add your custom HTML color. Delete just the word red. Leave the quotation symbol. Paste your color code (Hex Number). Without the # sign just the number.
HTML Colors----> HTML Colors Link
Also don't use backslashes for dates just - (dashes)
wrote:Thanks! Did a little HTML tweaks and got the color code back. Awesome again man!
<img src="https://badgen.net/badge/Equifax/[SCORE]/red">To add your custom HTML color. Delete just the word red. Leave the quotation symbol. Paste your color code (Hex Number). Without the # sign just the number.
HTML Colors----> HTML Colors Link
Also don't use backslashes for dates just - (dashes)
You can use backslases for dates, use %2f. 8%2f26%2f2018 So your date badges will look like this.
<img src="https://badgen.net/badge/MyFICO%203B%20Pull/8%2f26%2f2018/b80f0a">
@Sloedough wrote:wrote:Thanks! Did a little HTML tweaks and got the color code back. Awesome again man!
<img src="https://badgen.net/badge/Equifax/[SCORE]/red">To add your custom HTML color. Delete just the word red. Leave the quotation symbol. Paste your color code (Hex Number). Without the # sign just the number.
HTML Colors----> HTML Colors Link
Also don't use backslashes for dates just - (dashes)
You can use backslases for dates, use %2f. 8%2f26%2f2018 So your date badges will look like this.
<img src="https://badgen.net/badge/MyFICO%203B%20Pull/8%2f26%2f2018/b80f0a">
Cool. Thanks as always