diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-03-23 02:07:00 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-03-23 02:07:00 -0400 |
| commit | e458878eb1b5bd91bc64b73d033ac1f7843d3fc6 (patch) | |
| tree | 9df6be90c041d2a0a5602882ad24ff98d262a9b9 /static/wedding.css | |
| parent | 5461707167739ddde8f2792d8a12ed1ba0f597db (diff) | |
| download | wedding-website-e458878eb1b5bd91bc64b73d033ac1f7843d3fc6.tar.gz | |
CSS cleaning
Diffstat (limited to 'static/wedding.css')
| -rw-r--r-- | static/wedding.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/static/wedding.css b/static/wedding.css index fb72463..2b302af 100644 --- a/static/wedding.css +++ b/static/wedding.css @@ -1,3 +1,28 @@ +html { + background-color: #E4EDE6; +} + +body { + font-size: 16px; + font-family: "Open Sans", Verdana; + line-height: 150%; + margin: 0 auto; + max-width: 1150px; + border: 1px solid #D1D1D1; +} + +header { + border-color: 1px solid #D1D1D1; +} + +.row { + margin: 0; +} + +.main { + padding: 1em 0; +} + #login { margin: 1.5em auto; width: 50%; @@ -12,3 +37,18 @@ img { width: 80%; margin: 1.5em auto } + +.info { + text-align: center; + font-style: italic; + margin: 2em 0; +} + +#banner { + width: 100%; +} + +h3 { + margin-bottom: 1em; + text-align: center; +} |
