Found 15 bookmarks
Newest
Pixels vs. Relative Units in CSS: why it’s still a big deal - 24 Accessibility
Pixels vs. Relative Units in CSS: why it’s still a big deal - 24 Accessibility
Long live the modern browser! Browsers are getting better these days. We seem to be in a golden age where there’s a never-ending stream of new features added for the benefit of the users accessing the page, and really great tools for those creating the page. It hasn’t always been the case, though. Earlier versions …
·24a11y.com·
Pixels vs. Relative Units in CSS: why it’s still a big deal - 24 Accessibility
Display: Contents Is Not a CSS Reset
Display: Contents Is Not a CSS Reset
CSS resets are a collection of CSS styles that undo the default browser styling of many or most HTML elements. Recently I have seen cases of developers using display: contents on lists and headings to remove the margins and padding, and generally to visually do what a CSS reset might…
·adrianroselli.com·
Display: Contents Is Not a CSS Reset
a11y.css Introduction
a11y.css Introduction
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external style…
·ffoodd.github.io·
a11y.css Introduction
R.I.P. REM, Viva CSS Reference Pixel!
R.I.P. REM, Viva CSS Reference Pixel!
The web is full of resources telling you to use the relative lengths “em” and “rem” over pixel, because they would make your design more accessible. Almost all Front-End Developers I know (including m…
·mindtheshift.wordpress.com·
R.I.P. REM, Viva CSS Reference Pixel!