main.css 88 B

123456
  1. .box{
  2. width: 100px;
  3. height: 100px;
  4. border:1px solid black;
  5. color: red;
  6. }