One of the most powerful aspects of CSS3 is 2d transforms. They enable the front-end developer to manipulate objects in ways that CSS2 only dreamed of. In reality, the only way to get to do 2d transforms was to use javascript. We are going to be looking at the basics of using 2d transforms and then you can use your creativity in how they apply to your own pages. Since these are not going to work in older browsers it is best if you use these effects in “nice to have” situations instead of “need to have” ones. If you absolutely need to have these effects to do a particular effect then you will need to rely or fall back on javascript.
