RWD: CSS FlexBox vs Grid vs Float
When designing a Layout what will be the approach? CSS FLexBox CSS Grid or Float. For instance if I want something like this: Where number represent div or containers Desktop : *************************** * * 2 * * 1 * * * ***************** *********** 4 * * * 3 * * 5 * *************************** on iPad and tablets *************************** * 1 * * * * 2 * *************************** * 3 * 4 * 5 * *************************** and stack on top of each other when on mobile phones NOTE: the slight difference between desktop and tablets layout.