It's ironic that the author chose to use a page that loads 1.5Mb of data, including 12 separate stylesheets, to write about a minimal stylesheet.
339 Bytes of Responsive CSS
11–20 of 101 posts
Re: 339 Bytes of Responsive CSS
#12Re: 339 Bytes of Responsive CSS
#13You can save three more bytes by making the background color #eee. ^^
Re: 339 Bytes of Responsive CSS
#14It's ironic that the author chose to use a page that loads 1.5Mb of data, including 12 separate stylesheets, to write about a minimal stylesheet.
And the font is ugly to boot. So it’s utterly pointless.
Re: 339 Bytes of Responsive CSS
#15A nonoffensive version of "better motherfucking website"?
Re: 339 Bytes of Responsive CSS
#16Nice, I just would use a brighter black for the font. Try #565656
Re: 339 Bytes of Responsive CSS
#17Good, but I'd replace that font with the default: `font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif` It'd remove the unnecessary font and still look good.
Re: 339 Bytes of Responsive CSS
#18It's ironic that the author chose to use a page that loads 1.5Mb of data, including 12 separate stylesheets, to write about a minimal stylesheet.
Of all the people who over use css frameworks like bootstrap, I'm one of them as well and this is an attempt to start correcting that mistake.
Re: 339 Bytes of Responsive CSS
#19It's ironic that the author chose to use a page that loads 1.5Mb of data, including 12 separate stylesheets, to write about a minimal stylesheet.
Yep ... the first thing I did was to see if he was "eating his own dog-food". As an aside, I'd recommend against putting the linked site on a projector at work (or at least look at it first to determine whether it fits your organization's culture).
Re: 339 Bytes of Responsive CSS
#20Good, but I'd replace that font with the default: `font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif` It'd remove the unnecessary font and still look good.