From 3d6b83df94b72b3d35c0d0d2e87d79d73b4272d9 Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Thu, 24 Jun 2021 17:58:35 -0400 Subject: [PATCH] Update style.css --- style.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/style.css b/style.css index e2d34ad..8b13789 100644 --- a/style.css +++ b/style.css @@ -1,26 +1 @@ - body { - background-color: black; -} -h1 { - color: green; - text-align: left; -} - -p { - color: green; - font-family: helvetica; - font-size: 20px; -} - -li { - color: green; - font-family: helvetica; - font-size: 20px; -} - -code { - color: green; - font-family: courier new; - font-size: 18px; -}