Skip to content

Commit 1bc3563

Browse files
committed
Popup Form Update
1 parent 8466540 commit 1bc3563

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

26. Popup Form/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ header {
7171
transform: translate(-50%, -50%);
7272
max-width: 100%;
7373
width: 400px;
74+
background: rgba(255, 255, 255, 0.14);
75+
border-radius: 16px;
76+
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
77+
backdrop-filter: blur(7.8px);
78+
-webkit-backdrop-filter: blur(7.8px);
79+
border: 1px solid rgba(255, 255, 255, 1);
7480
}
7581

7682
.modal-content {

0 commit comments

Comments
 (0)