Tag Archives: code

Don’t be afraid of responsive design

If you use Twitter, read Smashing Magazine or any of the other leading design blogs on the web, then no doubt you will be aware of responsive design and the impact that the industry knows it will have on all web developers and designers. If you don’t, then here is an overview of what it [...]

CSS layout made easy

  When creating a html or CSS document it is not only important to make sure the page meets as many of today’s web standards as possible, it is also important as a web page editor to be able to easily find your way around your documents.  Here is a quick guide to help make editing your [...]

Absolute positioning with CSS

When learning CSS you will no doubt quickly master positioning your divs using floats, margin and padding. There is however another way!