Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.06 KB

Module 5 - Sizes and Positions - Exercises

Overview

In this execise we will practice the various sizing methods and functions, and the different position algorithms of CSS.

Steps

  1. in 1.html you have a page that looks like this:
    problem
    Make the required changes to make the text size adaptive:
    solution
    solution
    solution

  2. in 2.html you have a page that looks like this:
    problem
    Make the required changes to make the text size adaptive:
    solution
    solution
    solution
    solution

  3. in 3.html you have a 4 cards that are laid out like this:
    problem
    But notice that it does not adapt nicely to various widths solution

Make the required changes so that it will use the space responsively.

solution
solution
solution