aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/fixture.css
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/fixture.css')
-rw-r--r--spec/fixtures/fixture.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/fixture.css b/spec/fixtures/fixture.css
new file mode 100644
index 0000000..e72e421
--- /dev/null
+++ b/spec/fixtures/fixture.css
@@ -0,0 +1,6 @@
+#drawing {
+ width: 500px;
+ height: 500px;
+ position: fixed;
+ z-index: -1;
+} \ No newline at end of file