styles.css 100 B

12345678910
  1. .first-p,
  2. .second-p {
  3. color: blue;
  4. font-weight: bold;
  5. }
  6. .second-p {
  7. font-size: 12px;
  8. }