How I Learned to Stop Worrying and Love the Web
Abilities
The best designs are resilient to these differences and friendly to the developers who translate them into code.
Homework (due feb 15)
Markdown is a writing format that converts to HTML.
DEMO:
https://github.com/brigittewarner/brigittewarner.github.io/edit/master/about.md
https://www.mozilla.org/en-US/styleguide/websites/sandstone/
div {
opacity: 0.5;
}
div {
background-color: rgba(255,0,0,0.3);
}
https://css-tricks.com/css3-gradients/
Developers will look at a comp and grab the hex because it's easier than using rgba.
Opacities will be applied to everything contained in div, not just the background color/image
*They are inconsistently supported across browsers
Slack 'em to me!
http://www.kaikkonendesign.fi/typography/
Vectors are great for
but not great for
Don't scale as well
More easily accomplished with CSS techniques
http://alistapart.com/article/language-of-modular-design
Homework (due feb 15)