Pure CSS HTML5 Logo
HTML5 Logo made in Pure CSS by Darcy Clarke.
The original version only had the -moz
and -webkit
vendor-prefixes for the transform
property, but I added the -o
, -ms
and the non-vendor prefix version (transform
).
The demo basically uses the CSS3 transform
property to achieve the HTML5 Logo by mostly skewing and rotating different HTML elements.