Weode CSS3 Logo
Great use of CSS3 to recreate Weode logo with perfection. It's created with the help of this tutorial. It uses:
- Advancing knowledge in CSS positioning (relative, absolute, ..)
- Using CSS3 2D transformations (rotate, skewX, skewY)
- Syntax:-prefix-transform: modif (deg x);
- -Prefix-:-webkit-,-moz-,-ms-,-o-,-or-khtml.
- modif: rotate, skew, or skewX skewY.
- x: the degree of transformation.
- Manipulation of pseudo-classes: before and: after
- Using data URI