Challenge 1a: Style Guide

This challenge is a little different than all of the others. Here we set the base styling that we will use for the rest of the challenges. Do not add classes to the HTML. You don’t need to change the markup provided.

Coffee Masters Styleguide.

Instructions & Hints

Complete the following:

Beginning CodePen

Additional CodePen Links

Challenge 1b: Columns and Cover

This challenge involves a longer piece of text plus an image. The markup remains the same, while the layout changes significantly through the breakpoints.

Less than 600px
Mobile version
Min-width: 600px
Tablet version
Min-width: 800px
Desktop version

Questions to consider

Hints/Spoilers

You may wish to investigate the object-fit and object-position properties, if you are not familiar with them.

There’s more than one way to manage columns.

Beginning CodePen

Additional CodePen Links