sinelogixtech Posted August 3, 2017 Report Share Posted August 3, 2017 What Is Grouping In CSS3? Link to comment Share on other sites More sharing options...
RHCalvin Posted August 17, 2017 Report Share Posted August 17, 2017 Grouping in CSS is a technique used to reduce code redundancy and write clean, concise easy to follow code. There are going to be many instances in which multiple CSS selectors will have the same declarations. In these cases, you can group all the selectors together and write the declarations only one time. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.