Saturday, July 1, 2017

Show the Structure of Grouping Selectors.



Structure of Grouping Selectors


h1 {
    text-align: center;
    color: red;
}

h2 {
    text-align: center;
    color: red;
}

p {
    text-align: center;
    color: red;
}