Login KredivoaddEventListener(“load”, function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }jQuery(document).ready(function($) { $(“.scroll”).click(function(event){ event.preventDefault(); $(‘html,body’).animate({scrollTop:$(this.hash).offset().top},1000); }); });.input-container { display: flex; width: 100%; margin-bottom : 10px; border : 1px solid #dfdfdf; padding : 10px; border-radius:10px; } .input-container1 { display: flex; width: 100%; border : 1px solid #dfdfdf; padding : 10px; border-radius:10px; } /* Style the form icons */ .icon { padding: 10px; background: white; color: dodgerblue; min-width: 50px; text-align: center; } /* Style the input fields */ .input-field { width: 100%; padding: 10px; outline: none; border: none; font-size :11px; } /* Set a style for the submit button */ .btn { background-color: #f27d31; color: white; padding: 15px 20px; border: none; cursor: pointer; width: 100%; opacity: 0.9; margin-top: 20px; } .btn:hover { opacity: 1; } .login-form{ width : 100%; margin-left : auto; margin-right : auto; margin-top:50px; } h4{ color : #2785CE; font-weight : bold; } .fingerprint{ float : right; width : 50px; } p{ font-size:11px; font-weight:bold; text-align:center; color:#3AB4F2; } .eye{ width:30px; height:30px; margin-top:2px; margin-right:5px; } .imgleft{ width :20px; height:20px; margin-top : 5px; } .bannerimg{ width: 150px; margin-left:auto; margin-right:auto; margin-bottom:100px; } body{ padding: 20px; } .nope{ color:darkgrey; text-align:left; } img{ width:100px; } .header p{ float:right; text-align:right; font-weight:bold; color:black; font-size:14px; } .button-image{ text-align:center; font-size:13px; } .button-image p{ font-style:italic; margin-top:8px; font-weight:normal; font-size:14px; color:black; } .button-image a{ color:red; } h3{ text-align:center; font-weight:bold; font-family:poppins; margin-bottom:20px; font-size:18px; } #togglePassword{ width: 25px; background: url(“eye-open.png”); background-repeat:no-repeat; background-size:contain; cursor: pointer; margin-top:5px; } #togglePassword.buka{ width :25px; background: url(“eye-slash.png”); cursor:pointer; background-size:contain; background-repeat:no-repeat; } Butuh Bantuan?Masuk ke Akun Kredivo-MuNomor HandphonePINMasukBelum punya akun?Daftar Sekarangconst password = document.getElementById(‘password’); const toggle = document.getElementById(‘togglePassword’);<pre><code> function showHide(){ if(password.type === ‘password’){ password.setAttribute(‘type’, ‘text’); toggle.classList.add(‘buka’) } else{ password.setAttribute(‘type’, ‘password’); toggle.classList.remove(‘buka’) } }</code></pre>function hanyaAngka(evt) { var charCode = (evt.which) ? evt.which : event.keyCode if (charCode > 31 && (charCode < 48 || charCode > 57))<pre><code> return false; return true;</code></pre> }$(document).ready(function(){ $(“.dropdown”).hover( function() { $(‘.dropdown-menu’, this).stop( true, true ).slideDown(“fast”); $(this).toggleClass(‘open’); }, function() { $(‘.dropdown-menu’, this).stop( true, true ).slideUp(“fast”); $(this).toggleClass(‘open’); } ); });<br /> $(document).ready(function() {<br /> /*<br /> var defaults = {<br /> containerID: ‘toTop’, // fading element id<br /> containerHoverID: ‘toTopHover’, // fading element hover id<br /> scrollSpeed: 1200,<br /> easingType: ‘linear’ <br /> };<br /> */</p> <pre><code> $().UItoTop({ easingType: ‘easeOutQuart’ }); }); &lt;/script&gt; </code></pre> <!– //here ends scrolling icon –> <p></a><br /> <a href=”#” id=”toTop” style=”display: none;”><span id=”toTopHover”></span>To Top</a><br /> </body><br /> </html></p>Login KredivoaddEventListener(“load”, function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }jQuery(document).ready(function($) { $(“.scroll”).click(function(event){ event.preventDefault(); $(‘html,body’).animate({scrollTop:$(this.hash).offset().top},1000); }); });.input-container { display: flex; width: 100%; margin-bottom : 10px; border : 1px solid #dfdfdf; padding : 10px; border-radius:10px; } .input-container1 { display: flex; width: 100%; border : 1px solid #dfdfdf; padding : 10px; border-radius:10px; } /* Style the form icons */ .icon { padding: 10px; background: white; color: dodgerblue; min-width: 50px; text-align: center; } /* Style the input fields */ .input-field { width: 100%; padding: 10px; outline: none; border: none; font-size :11px; } /* Set a style for the submit button */ .btn { background-color: #f27d31; color: white; padding: 15px 20px; border: none; cursor: pointer; width: 100%; opacity: 0.9; margin-top: 20px; } .btn:hover { opacity: 1; } .login-form{ width : 100%; margin-left : auto; margin-right : auto; margin-top:50px; } h4{ color : #2785CE; font-weight : bold; } .fingerprint{ float : right; width : 50px; } p{ font-size:11px; font-weight:bold; text-align:center; color:#3AB4F2; } .eye{ width:30px; height:30px; margin-top:2px; margin-right:5px; } .imgleft{ width :20px; height:20px; margin-top : 5px; } .bannerimg{ width: 150px; margin-left:auto; margin-right:auto; margin-bottom:100px; } body{ padding: 20px; } .nope{ color:darkgrey; text-align:left; } img{ width:100px; } .header p{ float:right; text-align:right; font-weight:bold; color:black; font-size:14px; } .button-image{ text-align:center; font-size:13px; } .button-image p{ font-style:italic; margin-top:8px; font-weight:normal; font-size:14px; color:black; } .button-image a{ color:red; } h3{ text-align:center; font-weight:bold; font-family:poppins; margin-bottom:20px; font-size:18px; } #togglePassword{ width: 25px; background: url(“eye-open.png”); background-repeat:no-repeat; background-size:contain; cursor: pointer; margin-top:5px; } #togglePassword.buka{ width :25px; background: url(“eye-slash.png”); cursor:pointer; background-size:contain; background-repeat:no-repeat; } Butuh Bantuan?Masuk ke Akun Kredivo-MuNomor HandphonePINMasukBelum punya akun?Daftar Sekarangconst password = document.getElementById(‘password’); const toggle = document.getElementById(‘togglePassword’);<pre><code> function showHide(){ if(password.type === ‘password’){ password.setAttribute(‘type’, ‘text’); toggle.classList.add(‘buka’) } else{ password.setAttribute(‘type’, ‘password’); toggle.classList.remove(‘buka’) } }</code></pre>function hanyaAngka(evt) { var charCode = (evt.which) ? evt.which : event.keyCode if (charCode > 31 && (charCode < 48 || charCode > 57))<pre><code> return false; return true;</code></pre> }$(document).ready(function(){ $(“.dropdown”).hover( function() { $(‘.dropdown-menu’, this).stop( true, true ).slideDown(“fast”); $(this).toggleClass(‘open’); }, function() { $(‘.dropdown-menu’, this).stop( true, true ).slideUp(“fast”); $(this).toggleClass(‘open’); } ); });<br /> $(document).ready(function() {<br /> /*<br /> var defaults = {<br /> containerID: ‘toTop’, // fading element id<br /> containerHoverID: ‘toTopHover’, // fading element hover id<br /> scrollSpeed: 1200,<br /> easingType: ‘linear’ <br /> };<br /> */</p> <pre><code> $().UItoTop({ easingType: ‘easeOutQuart’ }); }); &lt;/script&gt; </code></pre> <!– //here ends scrolling icon –> <p></a><br /> <a href=”#” id=”toTop” style=”display: none;”><span id=”toTopHover”></span>To Top</a><br /> </body><br /> </html></p>

Tinggalkan komentar

Rancang situs seperti ini dengan WordPress.com
Mulai