We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0219f24 + b35e2d7 commit 33bbd90Copy full SHA for 33bbd90
1 file changed
style.css
@@ -73,6 +73,12 @@ button {
73
transition: all 0.5s ease;
74
-o-transition: all ease 0.5s;
75
}
76
+button:active {
77
+ transform: scale(0.98);
78
+ /* Scaling button to 0.98 to its original size */
79
+ box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
80
+ /* Lowering the shadow */
81
+}
82
83
button:hover {
84
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
0 commit comments