diff options
Diffstat (limited to 'headers.html')
-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; } |