Skip to content

Instantly share code, notes, and snippets.

@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 / 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 / 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 / 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 / index.html
Created April 16, 2023 14:15
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 11:33
Neon-Love
<body>
<canvas id="canvas" width="1400" height="600"></canvas>
</body>