How to reverse the website flow? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to reverse the website flow?

How can I reverse the normal website flow so that the first element will be positioned at the bottom of the page & the subsequent elements will be arranged above it (opposition of the normal elements flow)

14th Jul 2020, 8:24 PM
Aymen Esam-Aldin
3 Réponses
+ 1
body{ display:flex; flex-direction:column-reverse; height:300px; padding:calc[height - 20px]; }
14th Jul 2020, 8:32 PM
Abhay
Abhay - avatar
+ 1
Abhay Thanks♥️
14th Jul 2020, 9:40 PM
Aymen Esam-Aldin
+ 1
Your welcome✌️
14th Jul 2020, 9:46 PM
Abhay
Abhay - avatar