Skip to content

Commit 33bbd90

Browse files
Merge pull request #7 from ankur731/patch-1
update style.css
2 parents 0219f24 + b35e2d7 commit 33bbd90

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ button {
7373
transition: all 0.5s ease;
7474
-o-transition: all ease 0.5s;
7575
}
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+
}
7682

7783
button:hover {
7884
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

0 commit comments

Comments
 (0)