/*
this method will add bottom space but will not apply bottom space in last child
*/
div > *:not(:last-child) {
display: block;
margin-bottom: 30px;
}
body { margin:0px; }
header { border:1px black solid; }
span + span {
margin-left: 10px;
}