index.css 338 B

1234567891011121314151617181920212223242526272829
  1. @charset "UTF-8";
  2. /* 哈哈哈哈 */
  3. h1 {
  4. color: red;
  5. }
  6. h2 {
  7. width: 400px;
  8. height: 300px;
  9. color: purple !important;
  10. color: blue;
  11. border: 2px solid #f00;
  12. }
  13. ul li {
  14. color: red;
  15. font-size: 40px;
  16. font-weight: bold;
  17. }
  18. ul li:first-child {
  19. color: #0f0;
  20. }
  21. .one {
  22. color: #f00;
  23. font-style: italic;
  24. font-weight: 700;
  25. }