Homework Page

CIS 50.11C - Cascading Style Sheets
Bonnie McMellon - Section 1384
lessons: 2/3 | 4 | 5/6 | 7 | 8 | 9 | 10/11 | 12 | 13 | 14 | 15/16 | final
Lesson 2 and 3 - CSS Basics
My "Live page" with external style sheet addedlive.css file - _nclude a multiple and contextual selector
Cascade SamplerCSS File
Selector Sampler
Lesson 4 - Font and Text Properties
Links to live site with font and text properties applied and the CSS file.
The properties I used are:
- font-style- I applied an italic style to the first child strong tag in the p tag so they are strong and italic.
- font-variant- I created a div and used the font-variant uppercase command to change the navigation to uppercase letters
- font-size - I used the Base 10 font size method for setting fonts thoughout the webpage
- line-height - I added 150% line height to all p tags
- font-family- I set fonts for a p and h1 though h3 tags
- text-indent - The first paragraph of each section is now indented 1.5em
- text-align - I created a header div and use the text-align command to center all content
relative big
relative small
fixed file
fixed small vertical alignment
font-face using google and local fonts
text shadow sampler
back to top
Lesson 5 and 6- Position Properties
live site with <div> tags colorizedLive site with box properties
box property sampler
position-static
position-relative
position-absolute
position-fixed
image gallery
back to top
Lesson 7 - Backgrounds
radius samplerbox shadow sampler
gradient sampler
multiple background project
back to top
Lesson 8 - Midterm
Lesson 9 and 10- Layout part 1 and 2
2 column fixed2 column fixed right
2 column fluid
1 column fluid
3 column fixed
3 column fluid
3 column fluid center
back to top
Lesson 12 - Layout part 3
2 column absolute3 column absolute
3 column with header
order of content
back to top
Lesson 13 - Layout part 4
This weeks assignment gave me problems to say the least. Although my pages pass HTML and CSS validation, I had issues with the left and right column divs being longer than the main content!
live site - 2 column fixedlive site 3 - column fixed
live site - 3 column fluid
back to top
Lesson 14 - Tables and Forms
live site 3 - Table Samplerlive site - Form Sample
back to top
Lesson 15 and 16 - Navigation
simple horizontal navigationlinks 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 either drop down, vertical or sliding door navigation.
Final
link to original designlink to design with div tags colorized, color kep of div tags, explanation of how they fit together.
css explained
images explained
modified design
back to top