QuantaSparkLabs commited on
Commit
1f91b00
·
verified ·
1 Parent(s): d2d2298

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -0
style.css CHANGED
@@ -36,4 +36,15 @@ h2 {
36
  color: #8A2BE2;
37
  margin-top: 15px !important;
38
  font-weight: 800 !important;
 
 
 
 
 
 
 
 
 
 
 
39
  }
 
36
  color: #8A2BE2;
37
  margin-top: 15px !important;
38
  font-weight: 800 !important;
39
+ }
40
+
41
+ /* Custom button styling */
42
+ .custom-button {
43
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
44
+ font-size: 1em;
45
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
46
+ }
47
+
48
+ .custom-button:hover {
49
+ transform: translateY(-2px);
50
  }