How i can manage the thickness of horizontal line i.e <hr> tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How i can manage the thickness of horizontal line i.e <hr> tag

15th Jan 2020, 6:18 PM
sushant
sushant - avatar
1 Answer
0
Think to it as an empty (zero height) full width (by default) block with visible border: thickness is managed through border-width css property... (as there is four borders -- top, right, bottom, left -- a border-width of 1px will produce a final thickness of 2px unless you define differents values for each borders)
15th Jan 2020, 6:58 PM
visph
visph - avatar