diff options
author | 53hornet <53hornet@gmail.com> | 2018-09-15 18:03:41 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-09-15 18:03:41 -0400 |
commit | 961448f3305264d7a665b2319cdb36e522d146a4 (patch) | |
tree | 08f9d0fb51fff30c64137ba1adbe9b407b7b8d15 /md | |
parent | 248a205c8280307657bb58924e49f4584afb0e08 (diff) | |
download | md-site-961448f3305264d7a665b2319cdb36e522d146a4.tar.xz md-site-961448f3305264d7a665b2319cdb36e522d146a4.zip |
Pre-mods
Diffstat (limited to 'md')
-rw-r--r-- | md/wedding/styles.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/md/wedding/styles.css b/md/wedding/styles.css index 5e3a6d8..416e041 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -48,7 +48,7 @@ body { padding: 0; height: 100%; background-repeat: no-repeat; - background-position: center bottom; + background-position: center top; background-attachment: fixed; background-size: cover; } @@ -82,14 +82,14 @@ figure figcaption { } p { + margin: 1em; + padding: 1em; text-align: justify; text-indent: 2em; font-weight: 400; font-size: 1em; font-family: 'Arapey', serif; background-color: white; - margin: 1em; - padding: 1em; box-shadow: 0 0 5px black; } @@ -99,7 +99,7 @@ h1 { /* decorative page title */ font-family: 'Homemade Apple', cursive; text-align: right; color: white; - text-shadow: 3px 3px 3px black; + text-shadow: 3px 3px 5px black; } h2 { /* decorative page subtitle */ @@ -107,7 +107,7 @@ h2 { /* decorative page subtitle */ font-size: 2em; font-family: 'Josefin Sans', sans-serif; text-align: right; - text-shadow: 3px 3px 3px black; + text-shadow: 3px 3px 5px black; color: white; } @@ -116,7 +116,7 @@ h3 { /* section title */ font-size: 3em; font-family: 'Reenie Beanie', cursive; color: white; - text-shadow: 3px 3px 3px black; + text-shadow: 3px 3px 5px black; text-align: right; margin: 1em; } |