Skip to content

Instantly share code, notes, and snippets.

View MattOnyx's full-sized avatar
💭
⌨️ One pixel at a time

Matthieu Normand MattOnyx

💭
⌨️ One pixel at a time
View GitHub Profile
@MattOnyx
MattOnyx / pulse-effect.css
Created August 1, 2020 21:54
Code sample for my Medium article: You Should Style the Wrong Button State
/* PULSE EFFECT */
button::before {
content: " ";
position: absolute;
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
@MattOnyx
MattOnyx / pulse-effect-full-code.css
Last active August 1, 2020 21:57
Full code sample for my Medium article: You Should Style the Wrong Button State
button {
position: relative;
margin: 2em;
padding: 1em 2em;
background-color: hsl(0, 0%, 100%);
border: none;
border-radius: 5px;
box-shadow: 0 0 0 0px hsla(220, 80%, 70%, 1), 0 4px 5px 1px hsla(0, 0%, 10%, 0.1);
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAj4cV3PpM7P0Yj8JDccERziVSETWSz+GjQAHl/HgqyjbRSnPAgGHYTN869USdg9C8e3X2BEhN57qy8CgNV7suYM9zQ/Gtc22PuYg+R45l9dOgHH1YGt0XQdPx2Bk7kzMn7SjvJBiezgmbncHeCPQSvcivdGFHfJp0GwlGTcgQYJbfp4JNR0YVzP/3NX0d892lNFF4FGGBbzq0fCeWdyvD0qKgoMyjxk5Pqpd7P3qtfCDODh3oPC2XjHSKNqooynaVJ6Vpz5hHEx7MtTiOob4vQ3hO7eataVhqVkWAOubJjop0Ku54orX7/lBVrQdk7zql8s4YSuAaFrEfywzV7IyIuQ== rsa-key-mnd