can one also create vertical and oblique lines? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

can one also create vertical and oblique lines?

Lines

30th May 2016, 5:50 PM
Nwaburu Emeka Christian
Nwaburu Emeka Christian - avatar
3 ответов
+ 4
You can create vertical lines with CSS. For example: HTML: <hr class="vertical"/> CSS: hr.vertical { width: 0px; height: 100%; /* or height in pixels */ }
31st May 2016, 8:24 AM
James Flanders
+ 2
Not with HTML, you use CSS for that.
5th Jun 2016, 1:30 AM
Josue Flores
Josue Flores - avatar
+ 1
lookup use of svg, canvas
11th Jun 2016, 7:19 AM
Matt