From ba58fc279f010b20140911d0f9db2e6c8b95d1f8 Mon Sep 17 00:00:00 2001 From: Stephen Cioffi Date: Tue, 31 Oct 2017 17:57:13 -0700 Subject: [PATCH 1/3] Added supportive message. --- contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/contact.php b/contact.php index 7c93167..61ef305 100644 --- a/contact.php +++ b/contact.php @@ -33,6 +33,7 @@


Date: Tue, 31 Oct 2017 17:58:47 -0700 Subject: [PATCH 2/3] Added proper punctuation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 698cc29..dc960db 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ The code for my personal website. Includes PHP contact form and the site is util Contains the following features: -- a way to contact me -- some of my projects -- some of my artwork +- a way to contact me. +- some of my projects. +- some of my artwork. From e6f7a2e83553008e3c385c58fe951ad404f891d5 Mon Sep 17 00:00:00 2001 From: Stephen Cioffi Date: Tue, 31 Oct 2017 17:59:53 -0700 Subject: [PATCH 3/3] I like blue --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 06e0259..579f691 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ html, body { padding:0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 15px; - background-color: #333333; + background-color: #0000ff; background-image: url(pictures/dark_embroidery.png); min-width: 500px; @@ -324,4 +324,4 @@ input[type=text], input[type=url], input[type=email], textarea[type=text] { } input[type=submit]{ width: 100%; height: 40px; -} \ No newline at end of file +}