|
The borders below are displayed with the
rule
that generated them.
.none {border-width: thick; border-color: #6699CC; border-style:none;}
.hidden {border-width: thick; border-color: #6699CC; border-style:hidden;}
.dotted {border-width: thick; border-color: #6699CC; border-style:dotted;}
.dashed {border-width: thick; border-color: #6699CC; border-style:dashed;}
.solid {border-width: thick; border-color: #6699CC; border-style:solid;}
.double {border-width: thick; border-color: #6699CC; border-style:double;}
.groove {border-width: thick; border-color: #6699CC; border-style:groove;}
.ridge {border-width: thick; border-color: #6699CC; border-style:ridge;}
.inset {border-width: thick; border-color: #6699CC; border-style:inset;}
.outset {border-width: thick; border-color: #6699CC; border-style:outset;}
|