I don't know why my hr
line won't show up.
I believe this is either a problem with my browser (I'm using chrome) or I did something wrong.
I tried to darken the color but it still won't show up.
Here is the CSS code
#hr
{
background-color:#C80000;
color:#C80000;
-webkit-transform:rotate(90deg);
position:absolute;
left:130px;
border:2px;
}
And the HTML for that is
<hr id"hr">
Here is the full code:http://pastebin.com/R0C5YBrr
means HORIZONTAL rule, which you're trying to make vertical, but that's not to discount the benefit of doing this. – MaKR Nov 04 '13 at 19:23