Homework Page

CS 50.11C - Cascading Style Sheets

Dylan Stefanisko - Section 1385

lessons: 2/3 :: 4 :: 5/6 :: 7 :: 8 :: 9/10 :: 11 :: 12 :: 13 :: 14/15 :: final

Lesson 2/3 - CSS Basics

Live page
live.css file

Cascade Sampler
cascade.css file

Selector Sampler

Lesson 4 - Font and Text Properties

live site and css file with font and text properties applied. The properties I used are......

line-height: 1.2;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font: italic small-caps 1.5em;
text-indent: 20px;
text-transform: uppercase;
font-weight: bold;

relative file
relative big
relative small
fixed file
fixed small

vertical alignment

@font-face using google and local fonts

text shadow sampler

Lesson 5/6- Position Properties

live site with <div> tags colorized

Live site and css file with box properties

box property sampler

position-static
position-relative
position-absolute
position-fixed

image gallery

Lesson 7 - Backgrounds

border radius sampler

box shadow sampler

gradient sampler

multiple background project

Lesson 8 - Midterm

Lesson 9/10 - Layout part 1 and 2

2 column fixed

2 column flxed right

1 column fluid

2 column fluid

3 column fixed - with faux column trick

3 column fluid

3 column fluid center

Lesson 11 - Layout part 3

2 column absolute

3 column absolute

3 column with header

order of content

Lesson 12 - Layout part 4

live site - 2 column fixed

live site - 2 column fluid

live site 3 - column fixed

Lesson 13 - Tables and Forms

table sampler

styled form

Lesson 14/15 - Navigation

simple horizontal navigation

links that display an image that has 4 states

horizontal navigation bar with 3 levels of drop down navigation.

vertical navigation

sliding door navigation

live site with drop down navigation.

live site css file

Final

link to original design

link to design with div tags colorized, color key of div tags, explanation of how they fit together.

css explained

images explained

modified design

Valid XHTML 1.0 Strict