diff --git a/style.css b/style.css new file mode 100644 index 0000000..b4308a8 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +body { + background: #01242e; + color: #fff; + font-family: sans-serif; + margin: auto; + padding: 30px; + max-width: 600px; +} + +blockquote { + background:#1A3440; +}