In CSS 3 the RGB color model has been extended to include an alpha value, thus becoming an RGBA color model. The alpha value sets the opacity of the color specified by the Red Green Blue combination specified before it.
(more…)
Archive for May, 2010
CSS multi column text
May 23rd, 2010 by JorisO | 1 Comment | Filed in CSS3, Front-end developmentCSS 3 provides a new collection of column properties that allow you to easily distribute a HTML container’s textual content over multiple vertical columns. At the time of writing this property is supported by Mozilla and Webkit browsers, and -moz / -webkit vendor prefixes are still needed.
CSS Text shadow
May 23rd, 2010 by JorisO | 1 Comment | Filed in CSS3, Front-end developmentCSS 3 allows you to add drop shadows to text. The text-shadow property’s syntax doesn’t require vendor specific prefixes. That means this method for adding shadows behind text is finalized.
Tags: css, CSS3, drop shadow