Dynamic-Menu / static /styles.css
SathvikGanta's picture
Update static/styles.css
e91c97a verified
raw
history blame contribute delete
321 Bytes
/* Popup */
.popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* Menu */
.menu-item {
margin-bottom: 20px;
}
/* Cart */
.cart {
margin-top: 20px;
}