File size: 221 Bytes
add9e3d
 
 
 
 
 
 
40722bd
 
add9e3d
1
2
3
4
5
6
7
8
9
10
11
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}