1.css 88 B

12345678
  1. div {
  2. width: 200px;
  3. height: 200px;
  4. background: #ff0;
  5. }
  6. p {
  7. color: red;
  8. }