Skip to content

2/10/2025

CSS: The language we use to style an HTML document. CSS describes how HTML elements should be displayed.

Selectors: Used to "find" (or select) the HTML elements you want to style.

Styles: Defins how your HTML is formatted and looks visually (font changes, background, color, etc.)

Width: Sets the width of an HTML element.

Height: Sets the height of an HTML element.

Padding: Used to create space around an element's content, inside of any defined borders.

Margins: Used to create space around an element's content, inside of any defined borders.

Display: Used to specify how an element is shown on a web page.

We will understand the role of CSS in creating a complete web page.
We will know how to use a tool to generate a reasonable color theme to apply to a web site design.
We will apply colors to a wire-frame to bring out the vibrancy of a web page, controlling text color, background color, and box-model colors.

Code & Curiosities