Paul Hayes came up with 3D Cube using CSS transformations:
What you see is pure HTML+CSS(!) rendered by Webkit/Firefox3.5.
Paul Hayes came up with 3D Cube using CSS transformations:
What you see is pure HTML+CSS(!) rendered by Webkit/Firefox3.5.
Alongside with newest WebKit builds, Mozilla is adding lots of new and promising features to Gecko:
HTML5 and @font-face support!
Media Queries, allowing website/webapp developers to load certain stylesheets depending on the device properties, like:
display’s aspect ratio, bits per color, color/monochrome display, etc.
Nearly all of those properties accept min/max prefixes, and can be combined using logical operators,
Updated [...]