A tale of things that suck and how to make them suck less (pun intended).
Can’t natively vertical align text on CSS but we just landed a probe on a comet.
— Pedro Sousa (@psousa)
November 12 2014
True story bro!
* Or I'll kill you Except when dealing with HTML emails
You know I'm the kind of man who doesn't use tables for layout!
Whatever, just pick one... (I mean use Stylus)
:root {
--purple: #847AD1;
--large: 10px;
}
a {
color: var(--purple);
}
pre {
padding: var(--large);
}
@fingerproof