How to make a vertical line into the center or 60% right in the page ???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a vertical line into the center or 60% right in the page ????

2nd Feb 2017, 6:41 PM
Shariar Noman
Shariar Noman - avatar
3 Answers
+ 2
anyway if you have any trouble in html go to w3schools.com and you can find more..
2nd Feb 2017, 6:52 PM
sahag
sahag - avatar
+ 2
make 2 divs, 1 with width 40% and one with width 60%, then give them class names and use CSS to select the one you need to have a line by adding border-left: 1px solid black; of course you set your own width, color etc. Border-right etc.
2nd Feb 2017, 7:36 PM
Andre van Rensburg
Andre van Rensburg - avatar
+ 1
ohh I have to use CSS for this !!!! thanks for ur answer....
2nd Feb 2017, 6:47 PM
Shariar Noman
Shariar Noman - avatar