diff options
author | iximeow <me@iximeow.net> | 2018-01-01 14:18:39 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2018-01-01 14:18:39 -0800 |
commit | e629908d85c32373d33cc79127c9cbb963395131 (patch) | |
tree | 65feacbc75e983fac6ad184a57347d4fdbbb7f87 | |
parent | 22dc5a63ef5522007bacfefc055b9484049aacf0 (diff) |
center-align content
-rw-r--r-- | headers.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/headers.html b/headers.html index de5f7ec..c7be7ad 100644 --- a/headers.html +++ b/headers.html @@ -1,5 +1,9 @@ <style> body { background-color: #d7d7dd; } +.content { + margin: auto; + width: 80% +} /* colors pulled from my current terminal config */ .codebox .black { color: #2e3436; } .codebox .red { color: #cc0000; } |