Snippets: CSS3

CSS Border Radius

Can hardly remember what it was like in the old days when we wanted rounded corners.
CSS3 | Type: CSS

CSS3 Multiple Columns

Unfortunately, this is buggy with uneven column lengths. There may be some javascript that does this better.
CSS3 | Type: CSS

Flexible Content

Uses display:flex; to reorganize content on smaller devices.
CSS3 | Type: CSS

Linear Gradients

Add gradients without the use of background images.
CSS3 | Type: CSS