styles.css 247 B

1234567891011121314151617181920212223
  1. body {
  2. margin: 0;
  3. padding: 20;
  4. color: #555;
  5. font-family: Arial, sans-serif;
  6. font-size: 15px;
  7. }
  8. h1 {
  9. color: #ff0000;
  10. font-size: 25px;
  11. }
  12. h2 {
  13. color: #999;
  14. font-size: 18px;
  15. margin-top: 40px;
  16. }
  17. h3 {
  18. font-size: 15px;
  19. margin-top: 30px;
  20. }
粤ICP备19079148号