Skip to content

Instantly share code, notes, and snippets.

@Ridhookas
Ridhookas / index.html
Created April 16, 2023 11:33
Neon-Love
<body>
<canvas id="canvas" width="1400" height="600"></canvas>
</body>
@Ridhookas
Ridhookas / index.html
Last active May 26, 2023 03:59
Ridhokurs
<body>
<canvas id="canvas" width="1400" height="600"></canvas>
</body>
@Ridhookas
Ridhookas / index.html
Created April 16, 2023 14:15
NEON LOVE
<body>
<canvas id="canvas" width="1400" height="600"></canvas>
</body>
@Ridhookas
Ridhookas / index.html
Created April 28, 2023 07:06
Login Form with floating placeholder and light button
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="">
<label>Username</label>
</div>
<div class="user-box">
<input type="password" name="" required="">
<label>Password</label>
@Ridhookas
Ridhookas / card-hover-interactions.markdown
Created April 28, 2023 09:35
Card Hover Interactions

Card Hover Interactions

Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element

A Pen by Ridho on CodePen.

License.

@Ridhookas
Ridhookas / card-hover-interactions.markdown
Created April 28, 2023 09:38
Card Hover Interactions

Card Hover Interactions

Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element

A Pen by Ryan Mulligan on CodePen.

License.

@Ridhookas
Ridhookas / index.html
Created April 28, 2023 09:42
Jake (Adventure Time) in pure CSS
<div class="jake">
<div class="face">
<div class="eye">
<div class="cheek-left"></div>
</div>
<div class="eye">
<div class="cheek-right"></div>
</div>
<div class="mustache">
@Ridhookas
Ridhookas / index.html
Created April 28, 2023 09:48
Jake (Adventure Time) in pure CSS
<div class="jake">
<div class="face">
<div class="eye">
<div class="cheek-left"></div>
</div>
<div class="eye">
<div class="cheek-right"></div>
</div>
<div class="mustache">
@Ridhookas
Ridhookas / index.html
Created April 30, 2023 14:41
Yet another slider
<div id="main">
<h1>something</h1>
<div class="content">
<p>You can press <kbd>▲</kbd> <kbd>▼</kbd> on your keyboard or swipe up/down to navigate. Mouse wheel works too.</p>
<p><a href="https://codepen.io/theseventh" target="_blank">codepen</a> // <a href="https://twitter.com/the_seventh_kek" target="_blank">twitter</a>
</div>
<div class="buttons">
<button class="next" onclick="go(-1)"></button>
<button class="prev" onclick="go(1)"></button>
</div>
@Ridhookas
Ridhookas / index.html
Created April 30, 2023 14:41
Yet another slider
<div id="main">
<h1>something</h1>
<div class="content">
<p>You can press <kbd>▲</kbd> <kbd>▼</kbd> on your keyboard or swipe up/down to navigate. Mouse wheel works too.</p>
<p><a href="https://codepen.io/theseventh" target="_blank">codepen</a> // <a href="https://twitter.com/the_seventh_kek" target="_blank">twitter</a>
</div>
<div class="buttons">
<button class="next" onclick="go(-1)"></button>
<button class="prev" onclick="go(1)"></button>
</div>