Author: Steven Bradley

Why Colors Can Make or Break Your Design

Why Colors Can Make or Break Your Design

Color will be one of the first things anyone notices when visiting your site and it will be a large part of the initial impressions people form about you, your website, and your business. Color sets a mood and creates an emotional response in your audience. Set the wrong mood...

47 CSS Tips & Tricks To Take Your Site To The Next Level

47 CSS Tips & Tricks To Take Your Site To The Next Level

CSS is a wonderful language for presenting web pages. It’s not too difficult to learn, though like most things, it does have a learning curve. Where many people seem to get tripped up is in specific solutions to specific problems. Fortunately there’s a good chance that someone before you has...

CSS Box Model: The Foundation For Improving Your CSS

CSS Box Model: The Foundation For Improving Your CSS

The CSS box model lies behind everything you do in CSS. Every element is defined by a rectangular box that encloses that element. Understanding how the box model works is a key to understanding CSS and having greater control over your layout and presentation. Let’s dive right in and talk...