VERTICAL LINE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

VERTICAL LINE

I know how to make horizontal line by using <hr>tag...but can any one tell me how can we create vertical line....Maybe it's not possible because i didn't got any lesson related to vertical line...

8th Sep 2020, 3:51 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
5 Answers
+ 2
Add this to hr ,as far I as I know there is no tag for vertical line hr{ height:calc(100vh - 16px); width:0px; position:absolute; left:10px; top:-5px; }
8th Sep 2020, 4:02 PM
Abhay
Abhay - avatar
+ 2
How do you expect a web article with vertical line on it?
8th Sep 2020, 3:58 PM
Calviղ
Calviղ - avatar
+ 1
Calviղ But who said i want it for article??
8th Sep 2020, 5:24 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
+ 1
Abhay thank you
8th Sep 2020, 5:24 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
8th Aug 2021, 2:26 AM
Calviղ
Calviղ - avatar