index.css 128 B

1234567891011
  1. @charset "UTF-8";
  2. /*多行注释*/
  3. .box {
  4. width: 500px;
  5. height: 500px;
  6. border: 2px solid #f00;
  7. }
  8. h1 {
  9. color: purple;
  10. }