Codice:
#div1 {
border : 2px dotted Black;
background: silver;
width: 300px;
}
Codice:
#div2 {
border : 2px dashed Black;
background: silver;
width: 300px;
}
Codice:
#div3 {
border : 3px solid Black;
background: silver;
width: 300px;
}
Codice:
#div4 {
border : 5px double Black;
background: silver;
width: 300px;
}
Codice:
#div5 {
border : 5px groove gray;
background: silver;
width: 300px;
}
Codice:
#div6 {
border : 5px ridge gray;
background: silver;
width: 300px;
}
Codice:
#div7 {
border : 5px inset gray;
background: silver;
width: 300px;
}
Codice:
#div8 {
border : 5px outset gray;
background: silver;
width: 300px;
}
Codice:
#div9 {
border : 5px hidden gray;
background: silver;
width: 300px;
}