diff --git a/Resources/background.png b/Resources/background.png new file mode 100644 index 0000000..38eca3a Binary files /dev/null and b/Resources/background.png differ diff --git a/Resources/button.css b/Resources/button.css new file mode 100644 index 0000000..92f71e0 --- /dev/null +++ b/Resources/button.css @@ -0,0 +1,13 @@ +.button button { + color: black; + padding: 10px 20px; + cursor: pointer; + width: 30%; + display: block; + border-radius: 10px; + text-align: center; + margin:0 auto; +} +.button button:hover { + background-color: #60a9d0; +}