SyntaxFix
Write A Post
Hire A Developer
Questions
You can use hr (horizontal line) tag and than rotate it 90 degree with css below
hr { transform:rotate(90deg); -o-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); }
http://jsfiddle.net/haykaghabekyan/0c969bm6/1/