diff options
Diffstat (limited to 'workbench/public')
| -rw-r--r-- | workbench/public/dist/main.testing.css | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/workbench/public/dist/main.testing.css b/workbench/public/dist/main.testing.css new file mode 100644 index 0000000..d184bdb --- /dev/null +++ b/workbench/public/dist/main.testing.css @@ -0,0 +1,9 @@ +* { +  margin: 0; +  padding: 0; +} + +body { +  background-color: #333; +  color: red; +} | 
