diff options
Diffstat (limited to 'cwd/test.rcss')
-rw-r--r-- | cwd/test.rcss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cwd/test.rcss b/cwd/test.rcss new file mode 100644 index 0000000..47441bb --- /dev/null +++ b/cwd/test.rcss @@ -0,0 +1,6 @@ +body { + background-color: red; + color: blue; + font-size: 100px; + font-family: "open sans"; +} |