A simple trick to prevent long url’s going out of cotainer. Here you go – Let me know your thoughts…
Category: Code
How To Center A Block Element Without Width Defined
It is simple to center an element with its width defined but the real issue crops when we are faced by the challenge of centering the block element for which we don’t have any width set. Say for example we … Continue reading
10 Important CSS Tricks To Solve Tricky Issues
This is a collection of a 10 useful CSS snippets that you might want to keep and use when required. 1. How to display scrollbar by default Browsers usually hide the vertical scrollbar by default. You can solve the issue … Continue reading
How to Use Multiple CSS Classes
As per my belief regarding how important it is to keep things simple let’s see another way to make our life easier as front end developers. We will take a look at how we can add multiple classes on a … Continue reading
Solution to IE Bugs – Conditional Comments
Internet Explorer (IE) drives me crazy and all of us at some point or the other. It is painful to see the our design break in IE when you made everything as per standards and all works fine in latest … Continue reading →