.simpleBorder{
/*
border-width:3px;
border-style:dotted;
border-color:red;
*/
border : 3px dotted red;
}
.sidedBorder{
border-top-width:3px;
border-bottom-width:3px;
border-top-style:solid;
border-bottom-style:solid;
}
Dosyayı İndir