
Challege by jrm402
CSS (Cascading Style Sheets) is a styling language used primarily to apply visual semantics to web markup. CSS 2 is currently the standard but CSS 3 is on the rise and beginning to become supported by most major browsers (Firefox and Chrome for starters).
CSS 3 will be supporting a varied range of new techniques web developers could only dream of doing in Photoshop such as:
- Drop Shadows
- Gradients
- Box Model Rotation
- Web Font Implementation
- Much, Much More!
Here's some documentation on CSS 3:
- http://css3please.com/
- http://www.w3.org/St...rrent-work#CSS3
- http://www.css3.info/preview/
- http://www.css3.com/
A couple ideas to get you started:
- Make an element appear to float using the drop shadow attribute
- Mess around with rounded corners
- Make 3D elements by overlaying elements. Use background-color, border, and drop shadow effects.
- Extra Credit: Use jQuery and CSS 3 to make cool animations!
For help be sure to visit the HTML & CSS forum.

New Topic/Question
Reply



MultiQuote










|