+ 1
Css borders 🖼️
Can i use 2 borders in css and add 2 different colors ???
2 Antworten
+ 1
A workaround is using box-shadow: inset 0 0 0 5px red; less positioning problems than border.
0
Use padding instead, you can also pad the border.
Can i use 2 borders in css and add 2 different colors ???