IRMA web front-end

IRMA web front-end

Source: layouts/center.scss, line 1

4.1 Center

Center the content in its parent. Both vertically and horizontally.

Example

<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>