statistics.css 140 B

12345678
  1. .container .item {
  2. width: 50%;
  3. box-sizing: border-box;
  4. }
  5. .container .title {
  6. border-style: solid;
  7. border-width: 0 0 0 3px;
  8. }