This commit is contained in:
Omar Najjar 2024-10-15 19:46:21 +11:00
parent ac3ef8ee26
commit c0d743225a

View file

@ -99,7 +99,8 @@
top: 10%; /* Adjusted for better vertical alignment */
left: 5%; /* Centering the modal on mobile */
width: 90%; /* Full width on mobile */
background: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp3400754.jpg&f=1&nofb=1&ipt=e6ef828ce4ca397f27b57b585f1382ded672498ebfcdc63466a8fdc6507a5082&ipo=images') no-repeat center center;
background-color: #000000;
/* background: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp3400754.jpg&f=1&nofb=1&ipt=e6ef828ce4ca397f27b57b585f1382ded672498ebfcdc63466a8fdc6507a5082&ipo=images') no-repeat center center; */
background-size: cover;
padding: 20px;
border: 1px solid #888;