CSS3: Creating Diagonal Lines
Published on Mar 19, 2012 by Jamie Munro
/*CSS3: Creating Diagonal Lines*/?>
/*css3|css3-2,CSS|css*/?>
/*2012-3-19*/?>
The hr tag has been around for quite some time to provide a nice horizontal line to visually separate content. To achieve a vertical line, it's typically been accomplished via border-left or border-right. However, this is when you can get into height issues or columns that don't extend the whole way, etc… Instead CSS3 allows for the rotation of elements and allow for vertical or diagonal lines to be created with some basic CSS.


