<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: #195ab7;
--theme-bg: #c4e8e8;
}
View Compiled
This Pen doesn't use any external JavaScript resources.