diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..24d3fdc --- /dev/null +++ b/css/styles.css @@ -0,0 +1,20 @@ +@import url("https://absucc.github.io/redefault/redefault.min.css"); +body { + font-family: Verdana, sans-serif; + margin: auto; + padding: 20px; + max-width: 720px; + text-align: left; + word-wrap: break-word; + overflow-wrap: break-word; + line-height: 1.5; + background: green; +} + +h1, h2, h3, h4, h5, h6, strong, b { + color: #222; +} + +a { + color: #3273dc; +} \ No newline at end of file