.list-item { height: 50px; max-height: 50px; min-height: 50px; background-color: rgb(0, 0, 255); } .large { height: 100px; max-height: 100px; min-height: 100px; background-color: rgb(0, 255, 0); }