is there any way to create my own border style | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is there any way to create my own border style

for example double border with different colours

27th May 2017, 8:27 AM
ismael
ismael - avatar
4 Answers
+ 5
elaborate? example of what kind of styling?
27th May 2017, 8:28 AM
Burey
Burey - avatar
+ 3
https://www.w3schools.com/css/css_border.asp some border styling option in css
27th May 2017, 8:38 AM
Burey
Burey - avatar
+ 3
using outline .borders { border: 5px solid blue; outline: 5px solid red; } or you can user :before and :after hope that helps :)
27th May 2017, 8:50 AM
Berli 🇮🇩
Berli 🇮🇩 - avatar
0
for example like double border with different colours
27th May 2017, 8:36 AM
ismael
ismael - avatar