I would like to be able to separate my website into sections with a line. An example at what I am looking to create is on this website right under the pic of Napoleon http://www.napoleon-bonaparte-brownsville.com/ Napoleon Napoleon website
Asked
Active
Viewed 521 times
-2
1 Answers
0
In html, you can add a horizontal line with the <hr>
tag. In css, you could create a line with the border of elements (ex. .borderLeft { border-left: thick double #ff0000;}
creates a double red line on the left of borderLeft class elements)

Tapp
- 120
- 1
- 2
- 12
tag. Hard to know what would be best without a code example. – JacobG182 Dec 14 '15 at 23:39
worked. I did not find anything on the internet about that particular line of code so I was trying to do a padded box with a underline that was a certain # of pixels below the word lol. – BlackFedora778 Dec 14 '15 at 23:44