diff --git a/style.css b/style.css new file mode 100644 index 0000000..b1fcaa5 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +/* Applies to the entire body of the HTML document (except where overridden by more specific +selectors). */ +body { + margin: 25px; + background-color: rgb(240,240,240); + font-family: arial, sans-serif; + font-size: 14px; +}