From 048045a33fde9af11b501b600b9cb28ccdb025d6 Mon Sep 17 00:00:00 2001 From: Lnrdortiz <109763330+Lnrdortiz@users.noreply.github.com> Date: Mon, 6 May 2024 17:25:58 -0500 Subject: [PATCH] Create style.css --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style.css 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; +}