some color shot
This commit is contained in:
parent
d92e640ef2
commit
9d1b5c720e
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ input[type=text], input[type=email], textarea, select {
|
||||||
|
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background-image: linear-gradient(223deg, rgba(31, 31, 31, 0.5), rgba(224, 224, 224, 0.5));
|
background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
|
||||||
background-size: 800% 800%;
|
background-size: 800% 800%;
|
||||||
-webkit-animation: AnimationName 29s ease infinite;
|
-webkit-animation: AnimationName 29s ease infinite;
|
||||||
-moz-animation: AnimationName 29s ease infinite;
|
-moz-animation: AnimationName 29s ease infinite;
|
||||||
|
|
@ -36,7 +36,7 @@ input[type=submit] {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover {
|
input[type=submit]:hover {
|
||||||
background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(31, 31, 31, 0.5));
|
background: linear-gradient(97deg, rgb(165, 202, 195), rgb(84, 241, 210));
|
||||||
background-size: 800% 800%;
|
background-size: 800% 800%;
|
||||||
-webkit-animation: AnimationName 29s ease infinite;
|
-webkit-animation: AnimationName 29s ease infinite;
|
||||||
-moz-animation: AnimationName 29s ease infinite;
|
-moz-animation: AnimationName 29s ease infinite;
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@ a:active {
|
||||||
a:hover {
|
a:hover {
|
||||||
text-shadow: .05em .05em rgb(31, 31, 31), -.05em -.05em rgb(224, 224, 224);
|
text-shadow: .05em .05em rgb(31, 31, 31), -.05em -.05em rgb(224, 224, 224);
|
||||||
background: linear-gradient(97deg, rgb(224, 224, 224), rgb(31, 31, 31),);
|
background: linear-gradient(97deg, rgb(224, 224, 224), rgb(31, 31, 31),);
|
||||||
|
color: rgb(84, 241, 210);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue