git://git.nikiroo.be
/
notes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794420d
)
Auto commit 2025-02-28 15:55
author
Niki Roo
<niki@nikiroo.be>
Fri, 28 Feb 2025 14:55:07 +0000
(15:55 +0100)
committer
Niki Roo
<niki@nikiroo.be>
Fri, 28 Feb 2025 14:55:07 +0000
(15:55 +0100)
Tech/web-css/index.html
patch
|
blob
|
blame
|
history
diff --git
a/Tech/web-css/index.html
b/Tech/web-css/index.html
index 73eddf9978f450f2340285aaf81ba383fa5c739e..460fd5b9f97f7a96c7ca91879af7a53c13cce7ef 100644
(file)
--- a/
Tech/web-css/index.html
+++ b/
Tech/web-css/index.html
@@
-986,6
+986,11
@@
<h1 id="web-css">Web CSS</h1>
+<p>A usuful mozilla addition (note that it is a <em>prefix</em>):</p>
+<pre><code class="language-css">@-moz-document url-prefix("https://www.reddit.com/") {
+ /* [...] */
+}
+</code></pre>
<p>A few (already working today) somewhat new CSS thingies.</p>
<p>CSS custom properties (or, "CSS Variables"):</p>
<pre><code class="language-css">:root { --main-color: red; }