Skip to main content
Main Content

[SOLVED]

[SOLVED]
Posted 2022-05-08 18:57:04 (edited)
I'd like to make my progress bars gradient but I'm struggling to find how to do it.

🏔 Alaska 🏔
#68125

Posted 2022-05-08 19:58:19
<table class="table"><tbody><tr><th class="top" colspan="3">Header</th></tr>
<tr><td class="left b">Left content 1</td><td class"right">Right content 1</td></tr>
<tr><td class="left b">Left content 2</td><td class"right">Right content 2</td></tr>
<tr><td class="left b">Left content 3</td><td class"right">Right content 3</td></tr>
<tr><td class="bottom" colspan="3">Footer</td></tr></tbody></table>


Header
Left content 1Right content 1
Left content 2Right content 2
Left content 3Right content 3
Footer


You can remove the lines that say <tr><td class="left b">Left content 1</td><td class"right">Right content 1</td></tr> to remove rows, or copy/paste that code to add them (just make sure it's in between the header and footer).

fireflii
#757

Posted 2022-05-08 20:05:10 (edited)
Thank you so much!

🏔 Alaska 🏔
#68125

Search Topic