Entries in Category ‘CSS’

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…)

Create Circular CSS Menu

On Oct 26, 2011 under CSS

You can easily develop a stylish circle menu with the help of CSS. You just need to use the border-radius property. The code demo is shown.

(Continue reading…)

Opacity Cross Browser

On Oct 1, 2011 under CSS

Opacity is a useful CSS effect that is suitable for both text and media. I mostly use it with social media icons to make hover effect.

(Continue reading…)

Rounded Corners Cross Browser

On Sep 1, 2011 under CSS

Making CSS rounded corners is a simple task. Just by copy-pasting the below code you can make it work. The CSS code works well in all major browsers.

(Continue reading…)

Cross Browser Box Shadow

On Aug 30, 2011 under CSS

CSS box shadows have become very common across the web. I have posted the code along with demo. It works in all major browsers.

(Continue reading…)
Page 4 of 41234