diff --git a/after-css-demo.html b/after-css-demo.html index 02b83cd..e9f8c65 100644 --- a/after-css-demo.html +++ b/after-css-demo.html @@ -8,6 +8,9 @@ .right-arrow-after::after { content: '\2192' } + .box-arrow-after::after { + content:url("data:image/svg+xml,"); + }
@@ -15,6 +18,8 @@There should be a right-pointing arrow after this paragraph. This one is attached to a span.
+This one should have a box with NE-pointing arrow after it.