Get the code of CSS Grouping Selectors and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.
<h1>Hello!!</h1>
<p id="para">First Paragraph</p>
<p class="para2">Second Paragraph</p>
<p>Third Paragraph</p>* {
color: white;
text-align: center;
background: orange;
}