button Add a features section with icons and descriptions Include a stats section with live data Add a responsive design with modern CSS features
11 lines
561 B
HTML
11 lines
561 B
HTML
<section style="background: var(--color-accent-light); padding: var(--space-m); border-radius: 0.5rem; margin-block: var(--space-m);">
|
||
<h2 style="margin-block-start: 0;">HTML-komponent</h2>
|
||
<p>Denne seksjonen rendres fra <code>01-html-example.no.html</code> – en statisk HTML-fil med inline stiler.</p>
|
||
<p>HTML-filer er perfekte for:</p>
|
||
<ul>
|
||
<li>Egendefinerte stilte seksjoner</li>
|
||
<li>Innebygde medier (video, lyd, iframes)</li>
|
||
<li>Interaktive elementer (skjemaer, detaljer/sammendrag)</li>
|
||
<li>SVG-grafikk og diagrammer</li>
|
||
</ul>
|
||
</section>
|