Flexbox is a powerful new way for building layouts that makes some of the most challenging aspects of web development trivial. Nearly all browsers that are used today support it, so it is a good time to see how it can fit in your typical day-to-day front-end work.
This is why in this quick tutorial you’re going to build a comment section using flexbox. You’ll take a look at some of the more interesting properties that the flexbox layout mode has to offer and learn how to take full advantage of it.