Cascading Style Sheets (CSS)

Monday May 14, GTC West, Class P20

CSS Syntax

selector { property: value; }

Attaching CSS

<style>
@import url('styles.css');
</style>

CSS Selectors

tag
.class
#id

CSS Units

em for text
px for rest

Right Column

CSS Design Techniques: Group Exercise

Stump another Group!

  • Make a mean bit of HTML and some CSS to go with it. Give it to another group and see if they can work out what it will look like.
  • Groups of 4 - 5
  • I'll walk around and aswer questions, etc.
  • When complete, give it to another group for them to solve