Is it possible to do multi coloured borders? (Eg yellow inside red) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to do multi coloured borders? (Eg yellow inside red)

22nd Jul 2016, 3:39 PM
Luke
2 Answers
+ 6
.multi { width: 200px; border: 3px solid red; outline: 3px solid yellow; } <div class="multi"> </div>
24th Jul 2016, 1:50 AM
ZinC
ZinC - avatar
+ 2
Create a <div class="yellow> inside a <div class="red"> and In the css give the required height width and border to both the classes.
22nd Jul 2016, 5:55 PM
PUNEET SINGH
PUNEET SINGH - avatar