problem solved
problem solved
|
|
---|---|
Posted 2020-11-11 01:09:58 (edited)
so i'm having a bit of trouble with the borders around stuff on my profile page. I want to make them rounded but everytime i add the border-radius code, it doesnt do anything! i have it set up underneath my like tables in stuff on the profile page but it doesnt do anything :( .table { background: transparent; border-radius:30px; border: 2px solid #ffffff0d
} |
[inactive] #27645 |
Posted 2020-11-11 14:57:00
Hello! Have you tried adding !important; yet? .table { background: transparent; border-radius:30px !important; border: 2px solid #ffffff0d;
} |
Craig #9820 |
Posted 2020-11-11 15:25:52
that worked! thanks :) |
[inactive] #27645 |