What is grouping and what is it used for?
Css
Collapse
X
-
Tags: None
-
Grouping CSS is a term that allows selectors to put the same styles on many different elements without repeating the styles in your style sheet. This means that your style sheet will be smaller and download more quickly. -
CSS is the same style on many different elements without repeating the style sheet presentation of document written in a markup language. style sheet will be smaller and download more quickly.Comment
-
CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.Comment
Comment