๐ธmargin
้้ป
margins between elements
/*
use adjacent sibling combinator (+)
to apply a margin between buttons.
*/
.button + .button {
margin-block-start: 0.5em;
}
Last updated
Was this helpful?
/*
use adjacent sibling combinator (+)
to apply a margin between buttons.
*/
.button + .button {
margin-block-start: 0.5em;
}
Last updated
Was this helpful?