diff options
Diffstat (limited to 'styles/main.css')
-rw-r--r-- | styles/main.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/styles/main.css b/styles/main.css deleted file mode 100644 index 40e5f1f..0000000 --- a/styles/main.css +++ /dev/null @@ -1,25 +0,0 @@ -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 |