
CSS3
Get flash to fully experience Pearltrees
This is a rather simple pure CSS trick you can use to style your blog post tags, usually placed at the bottom of the posts. Pure CSS post tags uses at least 2 CSS tricks such as CSS triangles and CSS circles . Take a look at the demo For CSS triangles you need to manipulate borders of an element that has zero height and width. CSS circle is simpler.
Pure CSS3 Post Tags
3D Flip Cards // CSS3 Playground
As of March 31st, 2013 the 3D transforms in this demo only work using Safari 5 , Chrome 10+, the WebKit Nightly build , and Firefox 10+ . Browsers without 3D acceleration just switch the z-index. You won't lose any functionality! These cards are using -webkit-transform: rotateY() and rotateX(); with some of the 3D settings: -webkit-transform-style: preserve3d; and -webkit-transform-perspective . Mozilla browsers are using the -moz-transform equivalents. Mouse Over Me!Border-radius: create rounded corners with CSS!
Home / CSS3 Previews / Border-radius: create rounded corners with CSS! The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3. Since first being announced in 2005 the boder-radius property has come to enjoy widespread browser support (although with some discrepancies) and, with relative ease of use, web developers have been quick to make the most of this emerging technology. Here’s a basic example:CSS 3 Inner Shadow // SublimeOrange
table
css3

