缩进

使用soft tab(4个空格)。

  1. .element {
  2. position: absolute;
  3. top: 10px;
  4. left: 10px;
  5. border-radius: 10px;
  6. width: 50px;
  7. height: 50px;
  8. }