My cool website!

Module 1

There are three ways to introduce CSS. Inline, internal, and external.

There are many different way to use measurements in webpages, here are a few.

Selectors in CSS refer to what type of object is being modified. For example if the selector is h2, then the following CSS properties will affect the h2 tag.

Properties in CSS refer to the specific things being changed about an object. Such as font size or background color.

Values are the numbers used for properties. An example being, if we are changing the font-size, our property would be 16px or something similar.




  • Module 2
  • Module 2

    CSS offers several methods to apply colors to your web elements. You can use:

    The CSS box model is essential for designing and laying out web pages. It consists of: