Comments on 🎀 Ribbons All Comments

I was looking at the code snippets, and i have a question, is there a way to make the containers of the ribbons to have custom colors, rather than bootstrap?

you can use html code!

EXAMPLE!

here's the code I used for this:

< div class="container p-2 m-2" style="background:#000; color:#ff0512">
EXAMPLE!
< /div>

remove the spaces after < for it to work!