Skip to content

Instantly share code, notes, and snippets.

View BANKBRimo's full-sized avatar

BANK BRI BANKBRimo

View GitHub Profile
@BANKBRimo
BANKBRimo / index.html
Created October 10, 2022 08:50
PIN Pad Login Screen in JavaScript - HTML, CSS & JavaScript Tutorial (Project)
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<div class="pin-login" id="mainPinLogin">
<input type="password" readonly class="pin-login__text">
<div class="pin-login__numpad">
</div>
</div>
@BANKBRimo
BANKBRimo / brimologin.markdown
Last active September 27, 2022 06:33
BRimologin