aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
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