Lab 2 - Basics of CSS

Go to solution
example of HTML with CSS

Goals of the exercise

  • You can efficiently use tag, class, id, and pseudo-selectors.
  • You can apply text and background colors.
  • You can create reusable classes.
  • You use and understand the purpose of normalize.css.
  • You understand the box model and can apply the box-sizing property.
  • You can add external fonts and set a fallback font.
  • You know how to link a stylesheet to an HTML page and optimize selectors for reusability.
  • You can analyze and debug CSS using web developer tools.
  • You make use of advanced selectors (such as combinators and pseudo-classes).
  • You can apply specificity rules.

Description

In this exercise we learn the basics of CSS

Related links

Reflection

Woaw!

Using sematic HTML and following the style rules. Creating the style sheet.

Aauuw!

Not sure?