test.css 90 B

12345678
  1. body {
  2. background-color: lightblue;
  3. }
  4. h1 {
  5. color: navy;
  6. margin-left: 20px;
  7. }