<h1>Heading</h1>
<h2>Heading</h2>
<p>Here is some text with a <a href="#">link</a> and some <del>deleted</del> content.</p>
<form>
<button>Button</button>
<button>Button</button>
</form>
@use cssnext;
:root {
--theme-accent: #f20b61;
--theme-bg: #130b20;
}
View Compiled
This Pen doesn't use any external JavaScript resources.