| Server IP : 52.9.100.119 / Your IP : 216.73.216.135 Web Server : Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.30 Phusion_Passenger/5.1.5 System : Linux ip-172-31-9-35 4.14.355-196.618.amzn1.x86_64 #1 SMP Mon Apr 7 17:09:50 UTC 2025 x86_64 User : root ( 0) PHP Version : 7.3.30 Disable Function : exec,passthru,shell_exec,system,popen,proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /data/html/baja_real_estate/ |
Upload File : |
@font-face {
font-family: sailec;
src: url('assets/fonts/SAILEC.OTF');
}
*{
margin: 0;
padding: 0;
font-family: 'sailec', sans-serif;
}
body{
background-image: url('assets/img/icn_houses.svg');
background-position: right bottom;
background-repeat: no-repeat;
background-size: 30%;
background-color: #F15A29;
height: 100vh;
display: flex;
align-items: center;
}
.content{
width: 85%;
margin: 0 auto;
}
img{
width: 100%;
}
.row{
align-items: center;
}
.texto{
position: absolute;
bottom: 20px;
right: 20px;
}
.texto h1{
text-align: center;
font-size: 30pt;
color: white;
margin: 0;
}
@media screen and (max-width: 767px){
body{
background-size: 65%;
}
.logo{
width: 40%;
margin-bottom: 30px;
}
.titulo{
margin-bottom: 100px;
}
.texto h1{
font-size: 20pt;
}
}