add url image product

This commit is contained in:
2025-07-05 16:21:56 -03:00
parent 7c6586bbce
commit b969ea6663
9 changed files with 45 additions and 3 deletions

View File

@@ -30,6 +30,26 @@
width: 100%;
}
.modal-product{
/* position: relative; */
width: 100%;
/* height: 400px; */
background-image: url('https://placehold.co/600x800/efc7b8/49291c?text=Sem_Imagem'); /* URL da imagem */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.modal-product::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
.hide-on-mobile {