| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/public_html/rytc/pta/css/ |
Upload File : |
.navbar {
position: fixed;
}
body {
background-image: url('../img/bg.png');
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.menu-container {
z-index: 9;
display: grid;
grid-template-columns: repeat(5, 200px);
gap: 50px;
justify-content: center;
align-items: center;
}
.menu-block {
background: rgba(255, 255, 255, 0.9);
padding-top: 15px;
padding-bottom: 15px;
margin-left: -20px;
border-radius: 45px;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.menu-block:hover {
transform: scale(1.1);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.menu-block a {
text-decoration: none;
color: #333;
font-size: 20px;
font-weight: bold;
}
.menu-block a:hover {
color: #ff9a9e;
}
.htext2 {
display: none;
}
@media (max-width: 768px) {
body {
background: linear-gradient(135deg, #6db3f2, #1e69de);
background-size: contain;
background-position: top;
justify-content: center;
padding-right: 0;
}
.menu-container {
z-index: 9;
display: grid;
grid-template-columns: repeat(2, 60px);
gap: 50px;
justify-content: center;
align-items: center;
}
.menu-block {
background: rgba(255, 255, 255, 0.9);
padding-top: 15px;
padding-bottom: 15px;
margin-left: -20px;
border-radius: 45px;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.htext2{
position: fixed;
top: 0;
width: 100%;
display: block;
color: white;
font-size: 20px;
background-color: #007bff;
padding: 5px 5px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
}