Skip to content

Commit

Permalink
Update 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 7ce865b commit 9a89e8d
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 @@ -8,13 +8,18 @@
.right-arrow-after::after {
content: '\2192'
}
.box-arrow-after::after {
content:url("data:image/svg+xml,<svg width='10' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'><circle cx='4' cy='4' r='4' fill='red'/></svg>");
}
</style>
</head>
<body>

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

</body>
</html>

0 comments on commit 9a89e8d

Please sign in to comment.