Skip to content

Instantly share code, notes, and snippets.

@w3tweaks
w3tweaks / css-neumorphic-toggle.markdown
Created September 29, 2020 22:12
CSS Neumorphic Toggle
@w3tweaks
w3tweaks / index.html
Created September 29, 2020 21:08
To-Do Terrarium
<main>
<h1>To Do List</h1>
<section id="to-do-app">
<input id="new-todo" placeholder="What needs to be done?" />
<div class="todos">
<ul id="todos">
<li>
<input id="checkbox-1" type="checkbox">
<label for="checkbox-1">Dalgona Coffee Challenge<span class="box"></span></label>
</li>
@w3tweaks
w3tweaks / fit-text-with-css-variables.markdown
Created September 29, 2020 20:09
Fit Text with CSS Variables
@w3tweaks
w3tweaks / buttons-popper.markdown
Created September 21, 2020 20:23
Buttons popper
@w3tweaks
w3tweaks / index.html
Created September 21, 2020 19:48
Logical Properties Demo
<button dir="ltr" class="button" type="button">
<svg viewBox="0 0 24 24">
<path d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" />
</svg>
<span>A nice button</span>
</button>
@w3tweaks
w3tweaks / exciting-multi-line-highlights.markdown
Created July 10, 2020 20:14
Exciting Multi-line Highlights
@w3tweaks
w3tweaks / css-flipping-text.markdown
Created July 9, 2020 20:30
CSS Flipping Text 🍳

CSS Flipping Text 🍳

Ticking off some pen ideas. This one was to illustrate how to implement a repeat delay in vanilla CSS.

Enjoy!

A Pen by Jhey on CodePen.

License.

@w3tweaks
w3tweaks / index.html
Created July 9, 2020 19:48
Stacked rainbow cards
<link href="https://fonts.googleapis.com/css?family=Archivo+Black&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo:700&display=swap" rel="stylesheet">
<div class="card">
<p>
Similar post
</p>
<h2>
How I recreated a Polaroid camera with CSS gradients only
@w3tweaks
w3tweaks / index.html
Created July 9, 2020 18:48
Rage Slider 💢
<form>
<div class="rage" id="rageslider1">
<input class="rage__input" type="range" name="rage" value="0" min="0" max="20">
<div class="rage__track"></div>
<canvas class="rage__flame-area"></canvas>
<div class="rage__face">
<div class="rage__face-eye"></div>
<div class="rage__face-eye"></div>
<div class="rage__face-mouth"></div>
<div class="rage__value">0</div>
@w3tweaks
w3tweaks / index.html
Created July 9, 2020 13:50
Smash to submit button
<button class="button">
<div class="inner">
<div class="icon">
<div class="person">
<div class="arm"></div>
<div class="arm right"></div>
<div class="leg"></div>
<div class="leg right"></div>
</div>
<div class="weight"></div>