CS 50.11C - Cascading Style Sheets
lessons: 2/3 :: 4 :: 5/6 :: 7 :: 8 :: 9/10 :: 11 :: 12 :: 13 :: 14/15 :: final
Cascade Sampler
cascade.css file
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
@font-face using google and local fonts
live site with <div> tags colorized
Live site and css file with box properties
position-static
position-relative
position-absolute
position-fixed
3 column fixed - with faux column trick
links that display an image that has 4 states
horizontal navigation bar with 3 levels of drop down navigation.
live site with drop down navigation.
link to design with div tags colorized, color key of div tags, explanation of how they fit together.