diff options
Diffstat (limited to 'md/styles/main.css')
-rw-r--r-- | md/styles/main.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/md/styles/main.css b/md/styles/main.css new file mode 100644 index 0000000..40e5f1f --- /dev/null +++ b/md/styles/main.css @@ -0,0 +1,25 @@ +html { + background: #f4f4f4; +} + +body { + background-color: #ffffff; + border: 2px solid #999999; + border-radius: 5px; + box-shadow: 0px 0px 5px #aaaaaa; + color: #222222; + font-size: 12px; + font-family: monospace,"georgia", "calibri", "sans-serif"; + margin: 20px auto; + min-width: 400px; + max-width: 800px; + padding: 10px; + text-align: left; +} + +nav, footer { + border-radius: 5px; + margin-top: 10px; + padding: 10px; + text-align: center; +}
\ No newline at end of file |