CSS dotted

April 17th, 2009

The following code will create dotted hr using css
hr {
height: 0;
border-bottom: 2px dotted #000;
}

Filled Under: CSS