style.css 70 B

12345678
  1. body {
  2. width: 100px;
  3. height: 100px;
  4. }
  5. body div {
  6. color: red;
  7. }