What is the easiest way to select all child elements of a flexbox container and give them all the same margin for example?
Example:
<div class="flexboxcontainer">
<h1>Headline</h1>
<p>Some Text</p>
<div>Some more text</div>
<p class="smalltext">Some small text</p>
</div>