style.css 65 B

12345678
  1. body {
  2. background-color: lightblue;
  3. }
  4. p {
  5. color: yellow;
  6. }