Skip to content

Commit

Permalink
Create after-css-demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wittjeff authored Jun 5, 2024
1 parent 111c237 commit 56c86e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions after-css-demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html lang="en">
<head>

<style>
.link-icon-after::after {
content: " - Remember this &#128297;";
}
</style>
</head>
<body>

<p class="link-icon-after">There should be a link icon after this paragraph.</p>

</body>
</html>

0 comments on commit 56c86e2

Please sign in to comment.