agregación de la carta
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#idioma {
|
||||
width: 100%;
|
||||
height: 90vh;
|
||||
background: url("../../../assets/img/bg/alt-2.jpg") top center;
|
||||
background:
|
||||
url("../../../assets/img/bg/alt-2.jpg") top center;
|
||||
background-size: cover;
|
||||
|
||||
position: relative;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#idioma:before {
|
||||
@@ -116,20 +117,9 @@
|
||||
#idioma .text-container {
|
||||
padding: 3rem;
|
||||
}
|
||||
#idioma .container {
|
||||
border: 1px solid #ccc;
|
||||
padding: 10rem;
|
||||
background: #f9f9f9;
|
||||
}
|
||||
|
||||
/* #idioma .float-left{
|
||||
float: center;
|
||||
width: 35%;
|
||||
height: 50%;
|
||||
background-color: #e0e0e0;
|
||||
margin-left: 10px;
|
||||
text-align: center;
|
||||
line-height: 100px; /* Center text vertically
|
||||
border: 1px solid #ccc;
|
||||
} */
|
||||
#idioma .transparent-cart {
|
||||
padding: 1rem;
|
||||
background: rgba(109, 107, 107, 0.568);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user