AIlexDev commited on
Commit
4f46ed8
1 Parent(s): 24a3cf8

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +20 -0
style.css CHANGED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background-color: black;
3
+ }
4
+
5
+ .button {
6
+ background: rgb(128,0,128);
7
+ background: linear-gradient(90deg, rgba(128,0,128,1) 0%, rgba(64,224,208,1) 100%);
8
+ border: none;
9
+ color: white;
10
+ text-align: center;
11
+ text-decoration: none;
12
+ display: inline-block;
13
+ font-size: 16px;
14
+ transition-duration: 0.4s;
15
+ cursor: pointer;
16
+ }
17
+
18
+ .button:hover {
19
+ background: rgb(64,224,208);
20
+ background: linear-gradient(90deg, rgba(64,224,208,1) 0%, rgba(128,0,