diff --git a/public/css/example.css b/public/css/example.css index 29c5d1d..1353ae1 100644 --- a/public/css/example.css +++ b/public/css/example.css @@ -4,4 +4,5 @@ body { ​ p { color: white; + font-weight:bold; } \ No newline at end of file diff --git a/public/css/other_example.css b/public/css/other_example.css index e326d18..7af63b5 100644 --- a/public/css/other_example.css +++ b/public/css/other_example.css @@ -1,7 +1,7 @@ body { - background-color: white; + background-color: purple; } ​ p { - color: red; + color: white; } diff --git a/vows/example.txt b/vows/example.txt index c9c0556..123c61d 100644 --- a/vows/example.txt +++ b/vows/example.txt @@ -1 +1 @@ -I do. +I do. \ No newline at end of file diff --git a/vows/gremlins.txt b/vows/gremlins.txt new file mode 100644 index 0000000..f461189 --- /dev/null +++ b/vows/gremlins.txt @@ -0,0 +1 @@ +I take you, Gizmo, to be my lawfully wedded wife to have and to hold in sickness and in health. I also swear to do everything I can to protect you from being doused in water so that we can live peacefully in a desert. Though in the off chance that does occur I will make sure to keep tons of food and sunglasses around for the off-spring. \ No newline at end of file