📅  最后修改于: 2022-03-11 14:47:42.338000             🧑  作者: Mango
/*
this method will add bottom space but will not apply bottom space in last child
*/
div > *:not(:last-child) {
display: block;
margin-bottom: 30px;
}