summaryrefslogtreecommitdiffstats
path: root/test/css/basic13.css
diff options
context:
space:
mode:
Diffstat (limited to 'test/css/basic13.css')
-rw-r--r--test/css/basic13.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/css/basic13.css b/test/css/basic13.css
new file mode 100644
index 0000000..1bc0757
--- /dev/null
+++ b/test/css/basic13.css
@@ -0,0 +1,6 @@
+
+#p1 {background-color: hsl(120, 100%, 50%);} /* green */
+#p2 {background-color: hsl(120, 100%, 75%);} /* light green */
+#p3 {background-color: hsl(120, 100%, 25%);} /* dark green */
+#p4 {background-color: hsl(120, 60%, 70%);} /* pastel green */
+