diff --git a/stylesheets/base.css b/stylesheets/base.css new file mode 100644 index 0000000..8e15561 --- /dev/null +++ b/stylesheets/base.css @@ -0,0 +1,3 @@ +body{ + background-color: black; +} \ No newline at end of file