I want a gap of say 30px; between all children of my div. E.g if I have:
... 8条回答 渐次进展 (楼主) 2021-02-03 18:23 Create a CSS class for them with code: .BottomMargin { margin-bottom:30px; } And assign this class to parent's children using jQuery or manually like this: ... ....... the last one may not have one and this is also doable using jQuery. 0 讨论(0) 查看其它8个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
...
Create a CSS class for them with code:
.BottomMargin { margin-bottom:30px; }
And assign this class to parent's children using jQuery or manually like this:
parent
... .......
the last one may not have one and this is also doable using jQuery.