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; -}