Motherfucking Website
17 Jan 2017 in Web
I admit I love this: motherfuckingwebsite.com
It's dead simple: stop designing websites with 123456kB full of crap images and some javascript that halts your browser to the death.
I also have to admit I like this better: bestmotherfucking.website
Just look at the (reformatted) css:
body {
margin: 1em auto;
max-width: 40em;
padding: 0 .62em;
font: 1.2em/1.62em sans-serif;
}
h1, h2, h3 {
line-height: 1.2em;
}
@media print {
body {
max-width: none;
}
}
How awesome is that?
Side Note: Do you know you can use your own fonts and colors in your browser? Random examples at howtogeek.com and support.mozilla.org