From c82e91a69d24f89398a3699fd14b16eaa90aeabb Mon Sep 17 00:00:00 2001 From: j4nk Date: Tue, 3 Jan 2023 15:51:15 -0500 Subject: [PATCH] Forgot to add css --- css/main.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 css/main.css diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..6b64c83 --- /dev/null +++ b/css/main.css @@ -0,0 +1,13 @@ +body{ + margin:40px auto; + max-width:650px; + line-height:1.6; + font-size:18px; + color:#444; + padding: 10px; + background-image: linear-gradient(to right, black, red, black); +} + +h1,h2,h3{ + line-height:1.2 +}