+ 1
Is it possible to have 2 background-colors on a border
12 Answers
+ 2
check this how do I make the background colors 2 different colors
https://code.sololearn.com/WVO593Url6U9/?ref=app
+ 1
use nested divs
+ 1
can u explain further
+ 1
<div style="border: 5px solid;
border-image: linear-gradient(45deg, red, blue, red, blue) 10;
width:100px;
height: 100px;"></div>
https://code.sololearn.com/WUUHUmxN9Nuq/?ref=app
+ 1
thanks Calvin but I forgot to add background color
+ 1
With 2 solid colors now, please check out the code again.
+ 1
yes u are on the way
+ 1
but u know u can fill boders with colors
+ 1
What do you actually want?
+ 1
check my last post
+ 1
thanks a lot....