css

Styling Website Comments: Correct Markup and Free Examples

One of the important and unavoidable features on every website are guest comments. You want your readers to get involved and post comments, it tells you how much they’re interested in the topic and are willing to have their say. (…)

CSS Less: Extend CSS By Adding Variables, Mixins, Operations and Nested Rules

LESS is an extension to CSS. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.
The best way to explain Less is to show you (…)


How To Build a Clean Modern Website Design From Scratch

Build a complete website design mockup in part 1 of this walkthrough for a fictional design studio, starting with the creation of the initial layout then moving on to designing the individual page elements. The result is a modern, crisp (…)

Use A Body ID To Style Your Website In CSS

Trevor Davis wrote a convincing article why using ID’s in the body tag makes sense. I often use it to keep different page layouts sorted and inserted an id manually. Now he shows an interesting way using PHP and/or Wordpress. (…)


CSS Revolution - Use Condition Rules WITHIN Styles

Undoubtedly you will have found many a situation where different web-browsers require different style statements. Conditional-CSS addresses this by letting you add Internet Explorer style conditions inline with your CSS statements.
Condition example

Why using it?
Conditional-CSS allows you to write maintainable CSS (…)

Brilliant Ways to Style Blockquotes

The blockquote XHTML tag is a fairly useful (if somewhat underused) element. Semantically speaking, a blockquote should be used any time you’re quoting a longer piece of text from another source – another speaker, another website, whatever. It’s a way (…)



 1 2 3 4 5 Next »