This page is a work in progress.You can help improve it. →

Flexbox

Now that we have learned the power of flexbox we will apply it to the sites we are building. We'll also go back to a past assignment and see how flexbox would simplify our HTML and CSS.

Objectives

  • Build on your knowledge of HTML & CSS
  • Use flexbox techniques layout pages.
  • Implement, from scratch, a given design
  • Understand HTML/CSS Layout
  • Be able to place elements on a page where you want them.

Requirements

Setup

degit $GITHUB_USER/html-css-ts-project-template TheDailyKitteh

Additional Resources

Explorer Mode

  • Recommended: Go through the Flexbox Froggy and Grid Garden resources at the end of this homework.
  • Recreate the page 'The Daily Kitteh' using flexbox and grids as closely as you possibly can. Use similar fonts, sizes, and colors. Feel free to use any cat photo you wish, just respect the relative size of the photo.
    • daily kitteh

Adventure Mode

  • Recreate the page Flexbox Article Layout as closely as possible. Feel free to use flexbox, or grids, or both if needed. NOTE: See your instructor for sample HTML that you will then style, making no changes to the HTML itself. flexbox article layout
© 2017 - 2022; Built with ♥ in St. Petersburg, Florida.