diff --git a/Base/res/html/misc/pseudo-elements.html b/Base/res/html/misc/pseudo-elements.html new file mode 100644 index 0000000000..e0f98f3cc2 --- /dev/null +++ b/Base/res/html/misc/pseudo-elements.html @@ -0,0 +1,70 @@ + + + + + + + Pseudo-elements + + + +

::before and ::after

+

This should have chonky quotation marks.

+

+ This is some text. Each link should have a little icon before it, and this one has a tooltip too. +

+

There should be a sentence before this, and one after, forming a single paragraph.

+

There should be a sentence before this, and one after, each as its own block.

+ + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 3cd6292dd1..3043c1e1d9 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -133,6 +133,7 @@
  • position: absolute; for top and left
  • Cascade keywords (initial, inherit, unset)
  • Styling "inline" elements
  • +
  • Pseudo-elements (::before, ::after, etc)
  • JavaScript/Wasm