How to Manage Your Webpage’s Layout with CSS

.preview-block{position:relative;background:#f8f8f8;padding:20px;margin-bottom:20px;border:1px solid #dedede;text-align:center;transition:all .5s} Before CSS was out, people used tables in order to layout their webpages. Now, the introduction of CSS changed all that. CSS provides us with a lot of flexibility to position the elements in a webpage. In […] Read Article

The CSS-Only Accordion Effect

Update: I’ve created an advanced version of this technique that works in IE6! Read more here. The Accordion Effect is fast becoming one of the most commonly used (and perhaps abused?) effects of the Web 2.0 world. Most JavaScript frameworks […] Read Article