Embed presentation
Download to read offline




![VendorPrefixes Some CSS rules won’t work without the vendor prefix. Mozilla Browsers (Firefox)-moz Webkit Browsers (Safari, Chrome)-webkit Opera-o Internet Explorer-ms<!--[if IE]> <![endif]--> Not all CSS rules work with all browsers: http://www.caniuse.com/ http://www.css3.info/selectors-test/ http://quirksmode.org/css/contents.html](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fcss3-140731023906-phpapp02%2f85%2fCss3-5-320.jpg&f=jpg&w=240)

![Newselectors! element1~element2Selects an element that is a general next sibling of another element.Example:http://www.quirksmode.org/css/selector_sibling.html [attribute^=value]Represents an element with the attribute whose value begins with theprefix value. [attribute$=value]Represents an element with the attribute whose value ends with theprefix value. [attribute*=value]Represents an element with the attribute whose value contains theprefix value.Example:http://www.quirksmode.org/css/selector_attributeAdvanced.html](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fcss3-140731023906-phpapp02%2f85%2fCss3-7-320.jpg&f=jpg&w=240)































The document provides an overview of new features in CSS3, including new selectors, pseudo-elements, properties, and property groups. Some key points include:- New selectors allow selecting elements based on attributes, relationships, and positions. - New pseudo-elements and classes allow selecting elements based on their position or status.- New properties control features like animation, transitions, transforms, backgrounds, borders, boxes, color, font, text and multi-column layouts. - Property groups organize related properties for areas like animation, transitions, transforms and user interface.- The document lists examples and resources for learning about each new CSS3 module.




![VendorPrefixes Some CSS rules won’t work without the vendor prefix. Mozilla Browsers (Firefox)-moz Webkit Browsers (Safari, Chrome)-webkit Opera-o Internet Explorer-ms<!--[if IE]> <![endif]--> Not all CSS rules work with all browsers: http://www.caniuse.com/ http://www.css3.info/selectors-test/ http://quirksmode.org/css/contents.html](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fcss3-140731023906-phpapp02%2f85%2fCss3-5-320.jpg&f=jpg&w=240)

![Newselectors! element1~element2Selects an element that is a general next sibling of another element.Example:http://www.quirksmode.org/css/selector_sibling.html [attribute^=value]Represents an element with the attribute whose value begins with theprefix value. [attribute$=value]Represents an element with the attribute whose value ends with theprefix value. [attribute*=value]Represents an element with the attribute whose value contains theprefix value.Example:http://www.quirksmode.org/css/selector_attributeAdvanced.html](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fcss3-140731023906-phpapp02%2f85%2fCss3-7-320.jpg&f=jpg&w=240)





























