CSS Loading Animation Circle Style

On Oct 29, 2011
under CSS

Using clean CSS3 code make animation for displaying the loading progress. You can increase the diameter of loading spheres as required.

(Continue reading…)

CSS Progress Bar Animation

On Oct 28, 2011
under CSS

See how to make animated progress bar using CSS. Though the CSS code is lengthy it is still simple to understand. Check demo to see it in action.

(Continue reading…)

CSS Semi Transparent Border

On Oct 26, 2011
under CSS

It’s easy to add transparency to borders by specifying color in rgba values. Also add the default border for browsers that don’t support transparency.

(Continue reading…)

CSS 3D Ribbon

On Oct 26, 2011
under CSS

Now you can make ribbons with pure CSS and little markup. No more use of hefty images. It involves the use of :before and :after pseudo elements.

(Continue reading…)

CSS Stack of Paper Effect

On Oct 26, 2011
under CSS

You can make a nice stacked paper effect in CSS by making use of box-shadow property. It looks like a stack of papers, but it’s actually pixel shadows.

(Continue reading…)

CSS Text Truncate with Ellipsis

On Oct 26, 2011
under CSS

When the text exceeds the specified width it just gets cut abruptly, but instead you can end the text with ellipsis. Enter a single line of text without break.

(Continue reading…)

CSS Change Text Selection Color

On Oct 26, 2011
under CSS

You can set text selection background and color using css selection styles. Use the below stylesheet coding and see it in action.

(Continue reading…)
Page 5 of 36« First...34567102030...Last »