calender White color Code Get link Facebook X Pinterest Email Other Apps May 29, 2021 ::-webkit-calendar-picker-indicator { filter: invert(1);} Get link Facebook X Pinterest Email Other Apps Comments
Right click disable June 20, 2021 <body class="tg-home" onLoad="disableClick()" oncontextmenu="return false"> //hide code// document.onkeydown = function(e) { if(e.keyCode == 123) { return false; } if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){ return false; } if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){ return false; } if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){ return false; } if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){ return false; } } ///F12// //------------------------------ function unloadJS(scriptName) { var head = document.getElementsByTagName('head').item(0); var js = document.getElementById(sc... Read more
Call Desktop January 22, 2022 <div class="phone_lefts-side glow" data-target="html"> <a title="Contact Us" href="tel:+91 "><i class="fa fa-phone"></i></a> </div> /*Call Me*/ .phone_lefts-side{position:relative;} .phone_lefts-side a{ position: fixed; bottom: 50px; color:white; background-color:#03a84e; animation: topBottom 4s infinite; z-index: 11111; left: 20px; background-color: #0000ff; color: white; padding: 11px 16px; border-radius: 50%; font-size: 20px; animation: bounce 4s infinite alternate;} .glow { font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate;} @-webkit-keyframes glow { from {text-shadow: 0 0 10px ... Read more
Shine Button June 24, 2020 <!DOCTYPE html> <html> <head> <title> Shite Button </title> </head> <body> <a href =" # "> Shine Button </a> <a href =" # "> Shine Button </a> </body> </html> <style type =" text/css "> *{ margin: 0px; padding: 0px; font-family: arial; } body{ display: flex; justify-content: center; align-items: center; min-height: 100vh; flex-direction: column; background: #19011d; } a{ position: relative; padding: 15px 30px; margin: 10px; background: #27022d; color: #fff; text-decoration: none; letter-spacing: 1px; border: 1px solid #000; transition: 0.5s; overflow: hidden; } a:hover{ background: #a41ee9; } a:nth-child(2):hover{ background: #ff3c7f; } a::before{ content: ''; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg... Read more
Comments
Post a Comment