fixing a lot of bullshit
This commit is contained in:
parent
0729c62e17
commit
e7c95f911c
5 changed files with 17 additions and 57 deletions
|
|
@ -22,11 +22,6 @@ input[type=text], input[type=email], textarea, select {
|
|||
input[type=submit] {
|
||||
width: 200px;
|
||||
background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
|
||||
background-size: 800% 800%;
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
-moz-animation: AnimationName 29s ease infinite;
|
||||
animation: AnimationName 29s ease infinite;
|
||||
|
||||
color: white;
|
||||
padding: 14px 20px;
|
||||
margin: 8px 0;
|
||||
|
|
@ -36,11 +31,7 @@ input[type=submit] {
|
|||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
background: linear-gradient(97deg, rgb(165, 202, 195), rgb(84, 241, 210));
|
||||
background-size: 800% 800%;
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
-moz-animation: AnimationName 29s ease infinite;
|
||||
animation: AnimationName 29s ease infinite;
|
||||
background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
|
||||
|
||||
}
|
||||
/* CSS Created by CSS CHECKBOX */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue