Tag: CSS

CSS Stitched Look

CSS Stitched Look

December 10th, 2014 | CSS | Kumar Gaurav

Being designers we love to give numerous effects to our designed stuffs. From very long time I was trying to achieve “Stitched” look on a box. Finally I have a solution and it is insanely easy. So, now forget about crafting stitched look in Photoshop and create same using following CSS chunk. .stitched { padding: […]

Read More
CSS Browser Text Selection Color Change - UXINME

CSS Browser Text Selection Color Change

October 27th, 2014 | CSS | Kumar Gaurav

This CSS trick will allow you to change color of browser default text selection. As of now this works in Mozilla, Safari, Chrome or any Webkit browser. If you have your website working on IE then it will fallback to its default blue color. Just copy following code and paste in to your CSS file […]

Read More
CSS Clearfix / Group - User Experience

CSS Clearfix class for float layout fixes

October 27th, 2014 | CSS | Kumar Gaurav

Just apply a class=”clearfix” to the parent element. This is an improved version of the original, and documented here. The problem happens when a floated element is within a container box, that element does not automatically force the container’s height adjust to the floated element. When an element is floated, its parent no longer contains […]

Read More