From 9a89e8d1c8957fefe0f454bf45bd6882199785a9 Mon Sep 17 00:00:00 2001 From: Jeff Witt Date: Wed, 5 Jun 2024 12:51:34 -0400 Subject: [PATCH] Update after-css-demo.html --- after-css-demo.html | 5 +++++ 1 file changed, 5 insertions(+) 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.