Reputation: 508
I am new in front end design and when I was looking information about this I found 2 techniques about positioning: float and flexbox.
My question is: What should I use more? I'm oriented in mobile design too.
Upvotes: 1
Views: 287
Reputation: 9881
As this great article sums up:
Floats
Advantages
Disadvantages
Use for:
Flexbox
Advantages
Disadvantages
Use for
So to recap', flexbox is the modern way, very powerfull but harder to learn. As it is kind of new, there is also a lot of bugs and it is not seemlessly compatible. floats are the old way: it is more basic, but easy to use.
Upvotes: 2