1 |
|
---|---|
Posted by | energy bar gradient? |
Jay (#294796)
Usual View Forum Posts Posted on 2022-12-07 20:08:24 |
hi so ive been trying to figure out how to make the energy, hunger, exp, imp bars into gradients. like this heres the code ive been using to do it and it doesnt work, /* ENERGY BAR COLOR */ .progress-bar { background: linear-gradient (45deg, #760600, #FFFFFF); color: #000000 !important; } does anyone know how to do it correctly? im fairly new to CSS in general 0 players like this post! Like? |
Chen ✨ (#373905)
Sapphic View Forum Posts Posted on 2023-01-09 15:26:13 |
I think for gradients you have to use background-image and not background, not too sure tho, you could also try background: linear-gradient (45deg, #760600, #FFFFFF)!important; 0 players like this post! Like? |
1 |
---|