| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/mmobot/assets/css/ |
Upload File : |
#particles-js canvas{
position: absolute;
width: 100%;
height: 100vh;
z-index: 1;
background: #00b995;
background: -webkit-linear-gradient(45deg, #00b995, #00b995) !important;
background: -moz- oldlinear-gradient(45deg, #00b995, #00b995) !important;
background: -o-linear-gradient(45deg, #00b995, #00b995) !important;
background: linear-gradient(45deg, #00b995, #00b995) !important;
}
/*section banner*/
section.banner{
z-index: 1;
position: relative;
height: 100%;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color: #fff;
}
section.banner .content{
text-align: center;
}
section.banner .content h1{
font-size: 50px;
font-weight: 300;
}
section.banner .content .desc{
font-size: 18px;
}
section.banner .mobile-device .image{
width: 50%;
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
@media (min-width: 992px){
section.banner {
/*height: 100vh;*/
}
}