Camper Cafe example step 12

Hi all
In the css for Camper Cafe step 12 there is a style element with the following content

 h1 {
        text-align: center;
      }
      h2 {
        text-align: center;
      }
      P {
        text-align: center;
      }

Could this be also written as h1,h2,p {text-align:center}

1 Like

yes. that can be written like that

(post deleted by author)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.