box.module.css 125 B

1234567891011121314
  1. .box {
  2. width: 100px;
  3. height: 100px;
  4. background-color: aquamarine;
  5. }
  6. .red {
  7. color: red;
  8. }
  9. .left {
  10. float: left;
  11. }