Skip to content

Commit

Permalink
Update after-css-demo.html added right arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wittjeff authored Jun 5, 2024
1 parent 07e47df commit 0b2115a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions after-css-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
.link-icon-after::after {
content: '\1F517';
}
.right-arrow-after::after {
content: '\26 rarr;'
}
</style>
</head>
<body>

<p class="link-icon-after">There should be a link icon after this paragraph.</p>
<br />
<p>This one is attached to a span.<span class="right-arrow-after"></span></p>

</body>
</html>

0 comments on commit 0b2115a

Please sign in to comment.