Media Computation Skills Lab

MTEC 1003 - Spring 2015

Lab 12, Part 2 - CSS

Overview

Instructions

Prep Work

Style Your Page With CSS

Include an External CSS File

p {
    color: red;
}

Changing Color and Text

(view your page after each modification)

Margins, Padding and Border

Using Chrome Inspector or Firebug

Classes, IDs, Grouped Selectors

In index.html

In style.css

*** extra credit*** Nesting, Pseudo Classes, Background

body {
    background: white url(http://entertainmenttechnology.github.io/Wilson-MTEC1003/resources/img/lab-13-face.png) repeat top right;
}

MTEC 1003 - Media Computation Skills Lab - Spring 2015