From 1c190bbe4bf45a4da601c85486645d3c281e2639 Mon Sep 17 00:00:00 2001 From: swapnilddas <42660579+swapnilddas@users.noreply.github.com> Date: Sun, 31 May 2020 01:04:00 -0700 Subject: [PATCH] Create CheckList CSS --- CheckList CSS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CheckList CSS diff --git a/CheckList CSS b/CheckList CSS new file mode 100644 index 0000000..fd0d13a --- /dev/null +++ b/CheckList CSS @@ -0,0 +1,19 @@ +body { + background: rgba(255, 223, 223) +} + +h1 { + color: gray; + text-align: center; +} +h2 { + color: gray; + +} +p { + color: gray; + text-align: center; +} +li{ + color: gray; +}