| 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 : |
body {
font-family: "Arial", sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(135deg, #6db3f2, #1e69de);
color: #333;
}
.container {
width: 50%;
margin: 50px auto;
background: #fff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
hr {
border: 0;
height: 2px;
background: linear-gradient(to right, #007bff, #00c6ff);
margin: 20px 0;
}
h1 {
text-align: center;
font-size: 24px;
color: #1e69de;
}
label {
display: block;
margin: 15px 0 5px;
font-weight: bold;
}
input, select, button {
width: 90%;
padding: 10px;
margin: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 6px;
outline: none;
transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
animation: shrink 0.5s ease-in-out;
}
input:focus, select:focus {
transform: scale(1.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border-color: #007bff;
background-color: #eaf4ff;
animation: grow 0.3s ease-in-out;
}
button {
background-color: #1e69de;
color: white;
font-size: 18px;
font-weight: bold;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #1555a8;
}
.red-star {
font-size: 18px;
color: red;
}
@media (max-width: 600px) {
h1 {
font-size: 20px;
}
input, select, button {
font-size: 14px;
padding: 10px;
}
}