Navigation Menu

Sematic Elements

These are semantic elements (elements which hold meaning) whose styles have been modified by Essential CSS, and this documentation does not belong on any other page.

Main

<main>
<p>I have a max-width and stay centered in the page. I also have top, left and right padding.</p>
<main>

I have a max-width and stay centered in the page. I also have top, left and right padding.

Summary

<details>
<summary>I am the summary, click me to see the full details.</summary>
<p>I am more details.</p>
</details>
I am the summary, click me to see the full details.

I am more details.