Skip to content

Instantly share code, notes, and snippets.

@ImSingee
Last active June 28, 2022 08:39
Show Gist options
  • Save ImSingee/ec3f6b6e4bb3685b75f082b412495922 to your computer and use it in GitHub Desktop.
Save ImSingee/ec3f6b6e4bb3685b75f082b412495922 to your computer and use it in GitHub Desktop.
div[placeholder~="Heading"]::after {
margin-left: 0.5em;
font-size: 0.6em;
vertical-align: middle;
opacity: 0.7;
}
div[placeholder="Heading 1"]::after {
content: "h1";
}
div[placeholder="Heading 2"]::after {
content: "h2";
}
div[placeholder="Heading 3"]::after {
content: "h3";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment