Server IP : 122.155.17.190 / Your IP : 3.142.52.141 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : t1bnc ( 1042) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/t1bnc/public_html/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!--img jumping--> <style> .stage { /* border-bottom: 3px solid #444;*/ display: flex; height: 140px; width: 500px; padding-left: 10px; margin-left: -320px; } .box { align-self: flex-end; animation-duration: 2s; animation-iteration-count: infinite; /* background-color: #F44336;*/ height: 140px; margin: 0 auto 0 auto; transform-origin: bottom; width: 200px; } .bounce-6 { animation-name: bounce-6; animation-timing-function: ease; } @keyframes bounce-6 { 0% { transform: scale(1,1) translateY(0); } 10% { transform: scale(1.1,.9) translateY(0); } 30% { transform: scale(.9,1.1) translateY(-25px); } 50% { transform: scale(1.05,.95) translateY(0); } 57% { transform: scale(1,1) translateY(-7px); } 64% { transform: scale(1,1) translateY(0); } 100% { transform: scale(1,1) translateY(0); } } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } </style> <!--img jumping --> <title>Untitled Document</title> </head> <body> <table width="434" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top"> <div class="stage"> <div class="box bounce-6"><img src="images/img_blog3_01.png" /></div> </div> </td> </tr> </table> </body> </html>