Fri, 2017-03-10 07:39
I have two divs sharing the whole screen within a parent div.
I want to force the left one to drop bellow the right one.
I tried the following things:
1. to give both 100% width
2. to float both to the right
But nothing works.
Can someone raise a possible solution?
Thx
Thu, 2017-04-06 21:24
#1
Hi triplebit, We would need
Hi triplebit,
We would need to know how they are sitting beside each other now.
By default they would be one under the other, unless floated or display property changed.
Mon, 2017-05-15 13:28
#2
Flex
Check out:
display: flex; flex-direction:column-reverse;
on a surounding element...