Skip to content

Commit 0932161

Browse files
committed
added more style
1 parent f62dcbc commit 0932161

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/Glassmorphism.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,18 @@
3939
font-size: 1rem;
4040
font-weight: 500;
4141
cursor: pointer;
42+
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
4243
transition: background-color 0.2s;
4344
}
4445

4546
.glassmorphism-container button:hover {
4647
background-color: #4752c4;
48+
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
49+
}
50+
51+
.glassmorphism-container button:active {
52+
transform: scale(0.98);
53+
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) inset;
4754
}
4855

4956
.glassmorphism-container input[type="text"] {

0 commit comments

Comments
 (0)