Skip to content

Instantly share code, notes, and snippets.

View Jw-44's full-sized avatar

James Warren Jw-44

View GitHub Profile
@Jw-44
Jw-44 / index.html
Last active August 3, 2022 17:00
Random Password Generator - HTML | CSS | JS
<div class="container">
<h2 class="title">Password Generator</h2>
<div class="result">
<div class="result__title field-title">Generated Password</div>
<div class="result__info right">click to copy</div>
<div class="result__info left">copied</div>
<div class="result__viewbox" id="result">CLICK GENERATE</div>
<button id="copy-btn" style="--x: 0; --y: 0"><i class="far fa-copy"></i></button>
</div>
<div class="length range__slider" data-min="4" data-max="32">
@Jw-44
Jw-44 / elegant-cta-button-animation.markdown
Created July 30, 2022 13:53
Elegant CTA button animation
@Jw-44
Jw-44 / css-dominos.markdown
Last active August 3, 2022 15:54
CSS Dominos