Equal margins between HTML elements, done properly

November 10th, 2009 § 3

As a front end developer one of the things I’m always interested in is improving my code. To make it cleaner, smaller, more efficient. Some developers feel satisfied by putting out code as fast as they humanly can.

For the most part that works, but every now and then you receive a project that will eventually grow beyond it’s original scope. And if your code isn’t clean and planned out from the beginning, maintaining it will be nothing short of a nightmare. And what could be a simple mundane task can turn into a world of hurt.

Let’s see how you can apply equal margins between any number of HTML elements with just a couple of CSS selectors. » Read the rest of this entry «

Where Am I?

You are currently browsing the css category at The Whitehawk.