Chapter 8. Usage of Flexbox Transform

CSS is still developing. Each year, as a frontend developer, you need to watch current trends and new properties that you can set for the elements. Of course, there is a bunch of restrictions, but in some cases, those restrictions don't exist, for example, in new browsers or selected mobile apps or because of set requirements. In this chapter, we will cover the following topics:

  • Flexbox
  • Transform properties

Flexbox

Flexbox is the one of the loudest and most modern layout methodologies used in current CSS projects. With flexbox, you can create a structure for your web page, which is more elastic than projects based on floating boxes. Why? We will check and make an investigation in this chapter. What you need to ...

Get Professional CSS3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.