From a7d50afa3a5c7c28bcf343fa0e01be93c9ec6510 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 26 Feb 2019 16:46:44 -0500 Subject: Name change --- README.md | 2 +- index.html | 5 +++++ style.css | 14 +++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1856117..973338d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Platreum Theme +# Melreum Theme A website theme for Andrew's website diff --git a/index.html b/index.html index 4c4c7f7..5cd31ec 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,14 @@ + + Platreum

Hello World!

+ + \ No newline at end of file diff --git a/style.css b/style.css index 0128cb7..b80a92b 100644 --- a/style.css +++ b/style.css @@ -15,9 +15,21 @@ limitations under the License. */ body { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Play', sans-serif; padding: 0; margin: 0; background: #333; color: white } + +button { + background-color: #4CAF50; + font-family: 'Play', sans-serif; + border: none; + color: white; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + } \ No newline at end of file -- cgit v1.2.3