From the course: Emmet: Fast and Efficient Web Coding

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

CSS flexbox

CSS flexbox

From the course: Emmet: Fast and Efficient Web Coding

Start my 1-month free trial

CSS flexbox

- [Instructor] If you like to build your sites using Flexbox, I have some great news for you. Emmet fully supports most of the Flexbox properties and it makes it really easy to add these into your website. We're going to be working on this section of a Be Happy Bee Honey Farm website, which is the product section. We're going to be using Flexbox to format this page so that the layout is going to be fully responsive, and also work in the manner that we want at a small screen. If you look in the HTML, I've already built out the HTML, and I've included comments with the Emmett code that I used to render out this particular section of the website. I'm also working on a CSS file. And the CSS file includes a comment with all of the Flexbox abbreviations that are included within Emmett. And then I've built out some of the CSS to get the formatting that you just saw in the browser. We'll be modifying this so that we can add the…

Contents