Tag Archives: CSS
Learning Web Design: Adding Structure with CSS using Positioning, Floating, & Clearing
Positioning, Floating, and Clearing are three fundamental pieces you need in order to add visual structure to your site. This is the second post of a two part series discussing how to add structure to your site with CSS. The … Continue reading
Learning Web Design: Adding Structure with CSS using Resets, Grid Frameworks, & LESS CSS
You may have learned how to write rudimentary HTML, or even have come from a background of creating websites using tables, or neither. In any case, you’re at the point where you need to bring your site to life by … Continue reading
Learning Web Design: Basic CSS
CSS is the modern way to add style to an HTML web page. There are only a few fundamental concepts you need to grasp before getting started with CSS. In order of importance: How to connect CSS to HTML elements … Continue reading
CSS Hack: text-indent: -10000px;
This CSS technique is used to replace a piece of text with a graphical representation of that same text. The result is that the real text still gets indexed by a search engine AS TEXT. It’s a bit grey-hat’ish because … Continue reading

Follow Me