分号

每个属性声明末尾都要加分号。

  1. .element {
  2. width: 20px;
  3. height: 20px;
  4. background-color: red;
  5. }