| Server IP : 138.197.162.186 / Your IP : 216.73.216.17 Web Server : nginx/1.24.0 System : Linux ubuntu-s-1vcpu-512mb-10gb-tor1 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/yogaensalada-site-backup/assign3/css/ |
Upload File : |
*,
*:before,
*:after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.popup{
background-color: #ffffff;
width: 60%;
padding: 2rem;
position: absolute;
z-index: 10;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
border-radius: 8px;
font-family: "Poppins",sans-serif;
display: none;
text-align: center;
border: 1px grey solid;
z-index: 10;
}
.popup button{
display: block;
margin: 0 0 20px auto;
background-color: transparent;
font-size: 30px;
color: #c5c5c5;
border: none;
outline: none;
cursor: pointer;
}
.popup p{
font-size: 14px;
text-align: justify;
margin: 20px 0;
line-height: 25px;
}
a{
display: block;
width: 150px;
position: relative;
margin: 10px auto;
text-align: center;
color: black;
text-decoration: underline;
padding: 5px 0;
}
h1{
font-size: 3.5rem;
font-weight: bold;
}
div.store-online{
text-align: start;
}
div.store-online section p{
font-size: 2rem;
line-height: normal;
padding-bottom: 1rem;
}
div.offer-valid section ul{
display:flex;
flex-direction: row;
list-style-type: none;
}
input[type="text"]{
width: 100%;
outline: 0;
border-width: 0 0 2px;
border-color: gray;
margin-bottom: 2rem;
padding:.3rem;
}
div.col-one div.yes p{
letter-spacing: normal;
line-height: normal;
font-size: .8rem;
}
div.form button{
color: white;
background-color: #6178A6;
padding: 1rem;
border-radius: .3rem;
font-size: 1rem;
}
.flex-images-container{
display: none;
}
#close{
font-size: 1rem;
color: black;
}
div.flex-form-container div.btn-get-off{
text-align: center;
display: block;
margin:0 30%;
}
.offer-valid{
text-align: left;
}
@media screen and (min-width: 800px) {
.popup{
background-color: #ffffff;
width: 50%;
position: absolute;
z-index: 10;
transform: translate(-50%,-50%);
left: 50%;
top: 45%;
border-radius: 3px;
font-family: "Poppins",sans-serif;
display: none;
text-align: center;
border: 1px grey solid;
}
.flex-formfull-container{
display: flex;
flex-direction: row;
width: 100%;
}
div.flex-form-container div.btn-get-off{
text-align: left;
margin-left: .2rem;
}
div.offer-valid section h3{
text-align: left;
}
.col-two{
padding-left: 2rem;
}
.flex-images-container{
display: flex;
flex-direction: column;
}
div.col-two img{
width:230px;
margin-bottom: 2rem;
}
}