-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.css
More file actions
91 lines (64 loc) · 1.06 KB
/
api.css
File metadata and controls
91 lines (64 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body{
background-color:#990000
}
.head{
text-align:center;
color:#cc8400
}
@keyframes button{
from{background:#cc6600;}
to{background:orange;}
}
button{
background:#cc6600;
color:white
}
button:hover{
animation-name: button;
animation-duration: 1.5s;
animation-iteration-count:infinite;
animation-direction: alternate;
color:white
}
@keyframes background {
from {background-color:#990000;}
to {background-color: orange}
}
/* The element to apply the animation to */
body {
background-color: #990000;
animation-name: background;
animation-duration: 7s;
animation-iteration-count:infinite;
animation-direction: alternate;
}
.search0:hover {
color:white;
}
.search1:hover {
color:white;
}
.search2:hover {
color:white;
}
.search3:hover {
color:white;
}
.search4:hover {
color:white;
}
.search5:hover {
color:white;
}
.search6:hover {
color:white;
}
.search7:hover {
color:white;
}
.search8:hover {
color:white;
}
.search9:hover {
color:white;
}