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