summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-10-05 18:04:09 -0400
committer53hornet <53hornet@gmail.com>2018-10-05 18:04:09 -0400
commit9feba21a6179041a4190d6a177b4009aa20a6a48 (patch)
tree532e96bf2f6e728dc634790a5ebb6ff8ea68a08f
parente4aceecd589e41c2e0903890b8c696f9cdb3c59e (diff)
downloadmd-site-9feba21a6179041a4190d6a177b4009aa20a6a48.tar.xz
md-site-9feba21a6179041a4190d6a177b4009aa20a6a48.zip
Happy with colors, fonts, sizing, everything but rounded corners
-rw-r--r--md/wedding/index.md7
-rw-r--r--md/wedding/styles.css17
2 files changed, 14 insertions, 10 deletions
diff --git a/md/wedding/index.md b/md/wedding/index.md
index f62e681..075d36a 100644
--- a/md/wedding/index.md
+++ b/md/wedding/index.md
@@ -4,16 +4,15 @@ pagetitle: Welcome
<article>
# On August 9th, 2019
-## She'll kiss the groom and he'll kiss the bride
-![The bride- and groom-to-be](bg.jpg)
+![She'll kiss the groom and he'll kiss the bride](bg.jpg)
-## Amy & Adam Are Tying the Knot!
+## Amy and Adam are tying the knot!
## Celebrate with us at The Crew's Nest, Put-in-Bay, Ohio
### RSVP Here!
-Greetings, from the bride- and groom-to-be! If you received something from us in the mail then you are cordially invited to our witness our union in marriage. If you're technologically savvy (you made it here!) then you may RSVP through the top of the page [or at this link](/rsvp).
+Greetings, from the bride- and groom-to-be! If you received something from us in the mail then you are cordially invited to witness our union in marriage. Just kidding; it's a casual occassion! If you're technologically savvy (you made it here!) then you may RSVP through the top of the page [or at this link](/rsvp).
### The Bridal Party
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
index c932e47..1e37c91 100644
--- a/md/wedding/styles.css
+++ b/md/wedding/styles.css
@@ -33,7 +33,8 @@
}
#topnav a:hover {
- box-shadow: 0 0 5px black;
+ color: white;
+ background-color: var(--teal);
}
html {
@@ -51,9 +52,9 @@ body {
}
article {
- margin-top: 7em;
- margin-left: 10%;
- margin-right: 10%;
+ margin-top: 5em;
+ margin-left: 15%;
+ margin-right: 15%;
padding: 0;
height: 100%;
}
@@ -83,7 +84,7 @@ p {
text-align: justify;
text-indent: 2em;
font-weight: 400;
- font-size: 1em;
+ font-size: 2em;
font-family: 'Arapey', serif;
background-color: white;
box-shadow: 0 0 5px black;
@@ -99,8 +100,9 @@ iframe {
h1 { /* decorative page title */
margin: 0;
+ margin-bottom: 5px;
font-weight: 400;
- font-size: 7em;
+ font-size: 6em;
font-family: 'Fredericka the Great', cursive;
text-align: center;
color: black;
@@ -116,10 +118,13 @@ h2 { /* decorative page subtitle */
h3 { /* section title */
margin: 1em;
+ margin-left: 0;
+ padding: 0;
font-weight: 400;
font-size: 3em;
font-family: 'Arapey', serif;
text-align: left;
+ text-indent: 0;
color: black;
}