styles.css 64 B

12345678
  1. #body {
  2. background: skyblue;
  3. }
  4. #title {
  5. color: blue;
  6. }