styles.css 174 B

12345678910111213141516
  1. h1 {
  2. background: blue;
  3. width: 200px;
  4. height: 100px;
  5. }
  6. p {
  7. background: yellow;
  8. height: 100px;
  9. }
  10. span {
  11. background: green;
  12. /* height: 100px; */
  13. }