summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index d71d3fd..439eb7f 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -12,6 +12,21 @@ body{
text-align: center;
display: block;
}
+
+.next-button {
+ margin-top: 1rem;
+ padding: 0.5rem 1rem;
+ background: #4CAF50;
+ color: white;
+ border: none;
+ border-radius: 4px;
+ cursor: pointer;
+ transition: background-color 0.3s;
+}
+
+.next-button:hover {
+ background-color: #45a049;
+}
a{
color: #00a2e7;
}