Skip to content
Benjamin edited this page Mar 16, 2020 · 1 revision

The html is written such that a consistent style can be reached with minimal markup. For instance the regular html table syntax will be styled and made responsive by default.

This document details which CSS classes we have made and how they are used. The following markup:

<div class="tabs">
     <ul>
        <li>Fane titel 1</li>
        <li>Fane titel 2</li>
     </ul>
     <section>
        indhold til fane 1
     </section>
     <section>
        indhold til fane 2
     </section>
</div>

Will be rendered as something like this although the specific color might change:

Clone this wiki locally