Skip to content
Advertisement

Flip div vertically

I want to flip the footer <div> vertically without it affecting the header div how to do it? I have tried every possible but could not achieve so. I have tried CSS properties but can not do I want the header image to be there just flipping the footer <div> and all the things should remain as it is. Any help will be appreciated. This is how it appears webpage I want like this Image of what I want this to appear

JavaScript
JavaScript

Advertisement

Answer

Edited after clarification.

You can easily use flex to re-align the images vertically.

JavaScript

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement