mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
add url image product
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user