How to make a border colorful using CSS?
I have defined a border class in a div:
<div class="border"></div>
.border {
border: 4px solid;
color: #E72665;
}
It gives pink color to the border. But instead of pink only. I can 4
colors in borders each covering 25% how can I do that?
No comments:
Post a Comment