We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a015c5d commit 0251277Copy full SHA for 0251277
style.css
@@ -52,6 +52,11 @@ input:focus {
52
margin-top: 30px;
53
}
54
55
+#search:hover {
56
+ background-color: #dcdcdc;
57
+ transition: all 0.3s;
58
+}
59
+
60
#img {
61
height: 75px;
62
@@ -64,7 +69,7 @@ input:focus {
64
69
65
70
66
71
#btn:hover {
67
- background-color: #bdbdbd;
72
68
73
text-align: center;
74
75
@@ -77,7 +82,7 @@ input:focus {
77
82
78
83
79
84
#btn1:hover {
80
85
81
86
87
88
@@ -199,7 +204,7 @@ button:hover {
199
204
200
205
201
206
#favorite-btn:hover {
202
207
203
208
209
210
#favorite-btn:hover::after {
0 commit comments