Domain Social Forums

Full Version: layout in CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote: What is the use of column layout in CSS?
This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. On the Web, tables have also been used to describe multi-column layouts.The truth is creating multiple columns using CSS has been an extremely awkward process up until now.