darker deeper
This commit is contained in:
parent
90258c10d6
commit
760363a026
3 changed files with 14 additions and 14 deletions
|
|
@ -21,7 +21,7 @@ input[type=text], input[type=email], textarea, select {
|
|||
|
||||
input[type=submit] {
|
||||
width: 200px;
|
||||
background-image: linear-gradient(223deg, rgba(61, 61, 61, 0.5), rgba(224, 224, 224, 0.5));
|
||||
background-image: linear-gradient(223deg, rgba(31, 31, 31, 0.5), rgba(224, 224, 224, 0.5));
|
||||
background-size: 800% 800%;
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
-moz-animation: AnimationName 29s ease infinite;
|
||||
|
|
@ -36,7 +36,7 @@ input[type=submit] {
|
|||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(61, 61, 61, 0.5));
|
||||
background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(31, 31, 31, 0.5));
|
||||
background-size: 800% 800%;
|
||||
-webkit-animation: AnimationName 29s ease infinite;
|
||||
-moz-animation: AnimationName 29s ease infinite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue