I was working on button, I can't remove these gray borders. Way to remove them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I was working on button, I can't remove these gray borders. Way to remove them?

https://code.sololearn.com/W8mdwJyLH1LG/?ref=app

18th Feb 2023, 9:10 AM
山 Zed
山 Zed - avatar
2 Answers
+ 5
山 Zed Which grey Broder? In Strovery button? use this for colerd border.... border: solid #ff2e2e; use this for none colerd border.... border: none;
18th Feb 2023, 9:22 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 7
The border of the 3 right buttons? border: none; or border: unset; There is an error in line 10, btw.
18th Feb 2023, 9:23 AM
Lisa
Lisa - avatar