↧
Responsive design 2-column layout using HTML5 and CSS3 media queries
Just a quick starter for building a responsive 2-column layout using HTML5 and CSS3 media queries. The key here is progressive enhancement; we start with a stacked layout that will work and is designed...
View ArticleUsing CSS to insert dividers into primary navigation
We wanted to have a primary navigation with a > seperator but didn't want the work of creating a (non-scaling) background image for the items. So we took our clean HTML<!DOCTYPE...
View Article