Browse By

Daily Archives: April 6, 2015

One-page web design patterns

Back in the early years of the web, one of the most recurring usability mantras was that users don’t scroll past the fold. As a consequence, web designers were encouraged not to make pages that were too “scroll-intensive”: instead, they should leverage on granular and

Using CSS flexible boxes

The CSS3 Flexible Box, or flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices. For many applications, the flexible box model

Responsive Web Design Patterns — Web Fundamentals

Most layouts used by responsive web pages can be categorized into one of five patterns: mostly fluid, column drop, layout shifter, tiny tweaks and off canvas. In some cases, a page may use a combination of patterns, for example column drop and off canvas. These

More