How to increase the height of horizontal line? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to increase the height of horizontal line?

31st Mar 2017, 3:38 AM
Shrey
Shrey - avatar
2 ответов
+ 5
If you mean <hr> tag Then, you can add style like <hr style= "height:20px; background:black">
31st Mar 2017, 4:46 AM
Ashwani Kumar
Ashwani Kumar - avatar
+ 2
in css hr{ height: 2em; }
31st Mar 2017, 11:17 AM
nextco
nextco - avatar