I'm Experimenting with her teaching examples with her classes CSS - 1, 2 and 3. I set class names in the Page HTML Class Name for each Stack, then add code in the Stack CSS Code Area.
This first exercize is to set text in a paragraph tag to color and center the text
This 2nd exercize is to set text in a paragraph tag to color purple and center the text using an ID selector
This para is not affected by the ID Selector
This 3rd exercize is to set all text color orange and center all text using a universal selector, "*"
This para is affected by the universal Selector
This 3rd exercize is to set a grouping selector for h4 and h6 to blue.
This para is unaffected by the grouping Selector
{head} {style} h1 { color: maroon; margin-left: 40px; } {/style}