CSS GROUPING

 

CSS Grouping

You can group selectors. Separate each selector with a comma. In the example below we have grouped all the header elements. All header elements will be displayed in green text 

color: h1,h2,h3,h4,h5,h6 {

color: green

}

Comments

Popular posts from this blog

MULTIPLE STYLE SHEET

THE CSS CLASS SELECTOR