back
Code
CSS
HTML
Web
#div230{
width:100%;
column-count:3;
-moz-column-count:3;
-webkit-column-count:3;
column-rule: 20px dotted blue;
-moz-column-rule: 20px dotted blue;
-webkit-column-rule: 20px dotted blue;
}
/* Don't forget the -moz- and -webkit- prefixes! */