styles.css 187 B

123456789101112131415
  1. .master {
  2. background-color: blue;
  3. color: white;
  4. }
  5. .example {
  6. background-color: skyblue;
  7. color: gray;
  8. }
  9. h2.example {
  10. font-style: italic;
  11. text-align: center;
  12. color: teal;
  13. }