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...
5 Respostas
+ 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;
}
+ 2
How do you expect a web article with vertical line on it?
+ 1
Calviղ
But who said i want it for article??
+ 1
Abhay thank you
+ 1
🍎Mi_ra_go Vertical line for article
https://code.sololearn.com/WLt3zjS8mTva/?ref=app