diff --git a/style.css b/style.css new file mode 100644 index 0000000..dc2504b --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + background-color: #ebdbb2; + color:#282828; +} +a { + text-decoration: none; +}