/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
hr { border: none 0; border-bottom: dashed 1px #666; // could be solid or dotted color: #fff; background-color: #fff; clear: both; }