July 2010
8 posts
1 tag
1 tag
1 tag
Flexible Text Using Ems
The percentage takes the default medium text to 10px rather then having 16px. Which makes it easier for the designer to know what size pixels he is using while working in Ems.
body { font-size:62.5%} /* gives us a base of 10px */
h1 { font-size: 2em; } /* 20px */
h2 { font-size: 1.8em; } /* 18px */
p { font-size: 1.2em; } /* 12px */
#sidebar {font-size:1em; } /*10px */
external style sheet:...
2 tags
Design Project Timeline
Purpose is to remind me how much time will be consumed for each assignment for the upcoming weeks.
Week 2
Create a tutorial page on the Box Model. Be sure that a newbie would be able to understand the difference between content, padding, margin, and border areas. Post to blog. Due week 4.
Color practice: on this same blog, list 3 pantone colors and their RGB equivalent. Should relate...