Skip to content

Instantly share code, notes, and snippets.

<cornbread>
<directions>
<bake>
.oven {
temp: 425deg;
preheat: true;
time: 1500000;
rack-align: center !important;
}
</bake>

Keybase proof

I hereby claim:

  • I am mwvd on github.
  • I am mwvd (https://keybase.io/mwvd) on keybase.
  • I have a public key whose fingerprint is E162 4B6C 26CA 22AC 2B84 5546 74C3 6072 41A1 7E8F

To claim this, I am signing this object:

@mwvd
mwvd / github-min.css
Last active March 14, 2018 15:47
min github feed with cards on hover
.d-flex > .d-flex > div:last-child {
display: none;
}
.d-flex:hover > .d-flex > div:last-child {
display: block;
}
.d-flex > .flex-justify-between > div {
display: flex !important;