How to make columns independent in using HTML and CSS?
So I am making a web page which has 2 columns. The first column has a list and 2nd column has some details and some images. The second column basically has more content than first column. Due to this the list in the first column gets pushed downwards, What should I do to not let this happen. I am attaching some screenshots.
Try using the vertical-align
property for your columns. That should solve your problem.