diff --git a/style.css b/style.css new file mode 100644 index 0000000..4ccac70 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +body { + background:#1c1c1c; + color:#a7d129; +} +div { + padding:5px; + width:100%; + max-width:874px; + margin:24px auto; +} +hr{ + color:#32302f; +} +ul{ + list-style: none; +} +li{ + color:#81b214; +} +a{ + text-decoration:none; + color:#9ede73; +}