samedi 5 mai 2012

css border style

You can put border around text, paragraphs, images, tables with different styles according to match you page color combinations. You will get an idea of all the different looks you can create

Border style :
< style type="text/css">
.dotted {border-style: dotted;}
.dashed {border-style: dashed;}
.solid {border-style: solid;}
.double {border-style: double;}
.groove {border-style: groove;}
.ridge {border-style: ridge;}
.inset {border-style: inset;}
.outset {border-style: outset;}
< /style>

Result :


dotted style border

dashed style border

solid style border

double style border

groove style border

ridge style border

inset style border

outset style border

Aucun commentaire:

Enregistrer un commentaire