+ 2
I was working on button, I can't remove these gray borders. Way to remove them?
2 Réponses
+ 5
山 Zed
Which grey Broder?
In Strovery button?
use this for colerd border....
border: solid #ff2e2e;
use this for none colerd border....
border: none;
+ 7
The border of the 3 right buttons?
border: none;
or
border: unset;
There is an error in line 10, btw.