Koodoz Design

a blog about all things goudagood! Koodoz Design is a creative design studio based in Richmond, Melbourne. We help businesses unleash their full potential through visual communication and clever design.

Subscribe for a free feed! Mmmm…

Newspaper Style Columns With (and Without) CSS3

written by Daniel Angel for the Web Design section

26 Aug 2009

Newspaper

One of the coolest features of CSS3 is the ability to create newspaper-like columns on your layouts without any extra markup. We always find ourselves “cheating”, using things like <div id="column-one"> which is not very good, so this property would save us a lot of time and unnecessary code.

CSS3 solves all this with the use of some really cool properties: column-width, column-gap and column-rule. I guess they’re pretty self explanatory, except for column-rule which basically behaves like a border in between columns, so it can be treated like one, using width, style, etc. If you need more details, you can go to the source. Read on!

SitePrep raises the bar!

written by Marc Katsambis for the Web Design section

25 Nov 2008

Screenshot of www.siteprep.com.au Our latest creation, which you can see at www.siteprep.com.au has raised the bar on existing and future designs by using a range of the latest in web development technologies including CSS, JQuery, sIFR and Ajax to create a beautifully simple and visually unique interface. Read on!

Back to top!