CSS (Cascading Style Sheets) Layouts

Here you find examples of layouts made with CSS (Cascading Style Sheets).

These CSS examples are written by Eivind Savio, and were previous published on Strictlycss.com. Since Strictlycss.com is being shut down, they are now redirected to my personal, Norwegian website Savio.no.

Flexible floated two column CSS layout

There are many tutorials about how to make two column CSS layouts, and you have maybe seen one that looks similar. Anyway, here is a solution which is quite flexible when it comes to switching between four different placements of the menu; left, right, ...

CSS fluid layouts with faux columns

Faux columns is a method of making CSS columns appear equal in length, regardless of the content that they contains. The method was originally developed ...

Three column fluid CSS layout with rounded content corners and 100% height

There are many examples of rounded corners made with CSS, but not many (or none?) where the box with the rounded corner is used within a three column ...

The only CSS layout you need(?)

One of the arguments for switching from table based layout into CSS based layouts are the flexibility CSS gives us. However, despite the flexibility, ...

Give Feedback