Style the horizontal rule

Posted by Alex on July 28th, 2008
thumbnail

This is a basic tutorial that will show you how you can add CSS proprieties to the horizontal rule.

1
2
3
4
color: #000;
background-color: #000;
height: 4px;
border: none;

Note : You have to specify the background and color so it will work in Internet Explorer also.

Source : cssforlunch.com

Difficulty :
Tutorial Stats : 324 views
Rate Tutorial :
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, Rating: 4

Leave a Reply