diff --git a/style.css b/style.css new file mode 100644 index 0000000000000000000000000000000000000000..9e2c3d8ba68e9311e6274cff5a2f0b47380a13df --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body{ + background-color: greenyellow; + color:red; +}