<div>
<p>border-top-color: red;</p>
<p>border-right-color: orange;</p>
<p>border-bottom-color: yellow;</p>
<p>border-left-color: green;</p>
</div>
div {
text-align: center;
border-width: 5px;
border-style: solid;
border-top-color: red;
border-right-color: orange;
border-bottom-color: yellow;
border-left-color: green;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.