Dynamic-Menu / static /styles.css
SathvikGanta's picture
Update static/styles.css
40722bd verified
raw
history blame
221 Bytes
.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);
}