diff options
Diffstat (limited to 'tests/style.css')
-rw-r--r-- | tests/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/style.css b/tests/style.css new file mode 100644 index 00000000..78b33fc2 --- /dev/null +++ b/tests/style.css @@ -0,0 +1,7 @@ +body.style1 { + background-color: blue; +} + +body.style2 { + background-color: green; +} |