I'm watching a series of HTML5 tutorials where the person is trying to teach flexbox, however the tutorial is pretty old and he is using things like display: -webkit-box;
and webkit-box-pack:center;
I'm assuming that's because some browsers didn't support it back then. However I also read that this syntax is now outdated and sites like MDN have warnings about it but they don't provide links to the new syntax for doing the same thing. Unfortunately I'm unable to find a website that will show the old way and the new way of doing things so I was wondering if someone can help me with that, link some useful resources or maybe explain to me how I can find the equivalents of the old syntax in sites like MDN.
Thanks