Tag Archives: CSS

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 generally used to replace a piece of text with a graphical representation of that same text. The desired outcome is the effect that the text contained in the graphic image gets indexed by a search engine … Continue reading