thanks for your good application .but I have a question :can we make a vertical line in HTML?if your answer is yes say how. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

thanks for your good application .but I have a question :can we make a vertical line in HTML?if your answer is yes say how.

30th May 2019, 1:56 PM
mohammad1mahdi2mohmmadi3
1 Answer
+ 8
We make vertical line mostly by using border-left or border-right. You can make everything if you know how, see some my codes. Also you can make good hover effect by adding just one border with color. Ex. For navigation add .nav:hover { border-bottom:2px solid yellow; }
30th May 2019, 8:54 PM
PanicS
PanicS - avatar