Grouping: Selectors can be grouped having the same values of property and the code be reduced.
h1 {
color: blue;
}
h2 {
color: blue;
}
p {
color: blue;
}
Grouping: Selectors can be grouped having the same values of property and the code be reduced.
h1 {
color: blue;
}
h2 {
color: blue;
}
p {
color: blue;
}