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.

just the first column

when i put the details in the 2nd column

Add Comment
1 Answer(s)

Try using the vertical-align property for your columns. That should solve your problem.

Answered on July 16, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.