Source: layouts/index.scss, line 1
Source: layouts/index.scss, line 1
Source: layouts/center.scss, line 1
Center the content in its parent. Both vertically and horizontally.
<section class="irma-web-center-child" style="/** Parent styles **/ width: 100%; height: 500px; border: 2px solid red;">
<section style="width: 300px; height: 300px; background-color: blue"></section>
</section>