From a7d50afa3a5c7c28bcf343fa0e01be93c9ec6510 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 26 Feb 2019 16:46:44 -0500 Subject: Name change --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'style.css') 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