CSS Border demonstration

HTML

<div></div>

CSS

div {
    display:block;
    width:100px;
    height:100px;
    border-width:50px;
    border-top-color:red;
    border-bottom-color:yellow;