File manager - Edit - /home/custbahd/public_html/webs/monitor/clients/pilaucity/menu/index.php
Back
<!DOCTYPE html> <html> <head> <title>Pilau City Menu</title> <link rel="icon" href="../img/logo.png" type="image/x-icon"> <style type="text/css"> body { -webkit-animation: color-change-4x 10s linear infinite alternate both; animation: color-change-4x 10s linear infinite alternate both; } @-webkit-keyframes color-change-4x { 0% { background: rgba(154, 18, 179, 1); } 33.3333% { background: rgba(191, 85, 236, 1); } 66.666% { background: rgba(140, 20, 252, 1); } 100% { background: rgba(174, 168, 211, 1); } } @keyframes color-change-4x { 0% { background: rgba(154, 18, 179, 1); } 33.3333% { background: rgba(191, 85, 236, 1); } 66.666% { background: rgba(140, 20, 252, 1); } 100% { background: rgba(174, 168, 211, 1); } } .logo img{ width: 20%; border-radius: 50%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-animation: pulse 3.5s infinite; animation: pulse 3.5s infinite; } h2 { color: purple; width: 60%; border-radius: 10px; background-image: url('src="../images/fruity2.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } .items { width: 80%; border-radius: 10px; } .item { position: relative; } .item img{ margin-top: 10px; margin-bottom: 10px; width: 80%; border: 0px solid purple; border-radius: 10px; } /*Image text*/ .item span { font-weight: bold; font-size: 28px; position: absolute; color: white; width: 45%; border-radius: 10px; top: 44%; left: 26%; background-color: rgba(154, 18, 179, 0.7); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; } @-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(154, 18, 179, 0.3); box-shadow: 0 0 0 0 rgba(154, 18, 179, 0.3) } 70% { -webkit-box-shadow: 0 0 0 20px rgba(154, 18, 179, 0); box-shadow: 0 0 0 20px rgba(154, 18, 179, 0) } 100% { -webkit-box-shadow: 0 0 0 0 rgba(154, 18, 179, 0); box-shadow: 0 0 0 0 rgba(154, 18, 179, 0) } } @keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(154, 18, 179, 0.3); box-shadow: 0 0 0 0 rgba(154, 18, 179, 0.3) } 70% { -webkit-box-shadow: 0 0 0 20px rgba(154, 18, 179, 0); box-shadow: 0 0 0 20px rgba(154, 18, 179, 0) } 100% { -webkit-box-shadow: 0 0 0 0 rgba(154, 18, 179, 0); box-shadow: 0 0 0 0 rgba(154, 18, 179, 0) } } .line { border: 1px solid white; margin-bottom: 10px; } </style> </head> <body> <div class="logo" align="center"> <a href="../index.php"> <img src="../images/logo.png" alt="Logo"/> </a> </div> <br> <div align="center"> <h2> Full Menu </h2> </div> <div align="center"> <div class="items"> <br> <div class="item"> <a href="rice"> <img src="../img/new/rice2.jpg" alt=""> <span>Pilau</span> </a> </div> <div class="item"> <a href="chapati"> <img src="../images/chapati14.jpg" alt=""> <span>Chapati</span> </a> </div> <div class="item"> <a href="hotdogs"> <img src="../images/burgers2.jpg" alt=""> <span>Hot Dogs</span> </a> </div> <div class="item"> <a href="juice"> <img src="../images/juice4.jpg" alt=""> <span>Juice</span> </a> </div> <div class="item"> <a href="smoothies"> <img src="../images/smoothie4.jpg" alt=""> <span style="font-size: 25px;">Smoothies</span> </a> </div> <div class="item"> <a href="soda"> <img src="../images/soda.jpg" alt=""> <span>Sodas</span> </a> </div> <div class="item"> <a href="water"> <img src="../images/water.jpg" alt=""> <span>Water</span> </a> </div> <br> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 1.29 |
proxy
|
phpinfo
|
Settings