CSS GROUPING Get link Facebook X Pinterest Email Other Apps - July 27, 2021 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 } Get link Facebook X Pinterest Email Other Apps Comments
Comments