+ 1
what is the code vertical line
5 Antworten
+ 3
<hr style="transform-origin: 0%; transform: rotate(90deg);" />
https://code.sololearn.com/WgOs2TjYrXS2/?ref=app
+ 2
Hi Shatlyk,
Here is a sample with vertical lines in CSS.
There are more options in CSS to draw vertical lines. And more choice to draw like SVG
https://code.sololearn.com/WwE8397Qlewm/?ref=app
+ 2
ok thank you
+ 1
This is not possible by ONLY using HTML like the <hr /> tag.
Here is some source that should get you started with vertical lines in HTML & CSS. https://www.w3schools.com/howto/howto_css_vertical_line.asp
0
thanks but I don't now css. do you now html code?!