Yesterday I got a website in the school which uses the CSS 3 flexbox statement. I never used that before. So I googled it a bit and found a lot of different styles of t
The specification has been through many iterations, see 2009, 2012, 2013 and each time the value was changed. display: flex; is the latest.
display: flex;
It is still a draft specification so any current implementation may still change.