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

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:


Module 3

There are two types of backgrounds discussed in this module, images and colors.


In the colors section I have three examples of background colors showing the different methods of setting color


In the images sections I also have three examples of how images can be set for the background. The first one uses the background-size: contain. The second uses background: strech, the third does not allow the background to repeat


Module 4

There are five types of selectors in CSS


Module 5

Here are all of the criteria we are going over in this week.