```
length
- {{item.id}} / X
.header{ margin-bottom: 50px; } .completed{ color: red; font-weight: bold; font-size: 20px; } .list label{ padding: 20px; } .editing{ border-bottom: 0; padding: 0; } .list li .edit{ display: none; } .editing .edit{ display: block!important; width: 200px; padding: 13px 17px 12px 17px; margin:5px 43px; } .list li .completed{ color: green; font-size: 25px; text-decoration: line-through; font-weight: bold; }
```



