Victor Loux Bookmarks Tag: css

147 bookmarks tagged “css

a11y.css

ffoodd.github.io/a11y.css/
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 stylesheet.

Inclusive Components

inclusive-components.design/
A blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece.

Animista

animista.net/
Animista is a place where you can play with a collection of ready to use CSS animations, tweak them and download only those you will actually use.

CSS Reference - A free visual guide to the most popular CSS properties

cssreference.io/
CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.

Font style matcher

meowni.ca/font-style-matcher/
If you're using a web font, you're bound to see a flash of unstyled text (or FOUC), between the initial render of your websafe font and the webfont that you've chosen. This usually results in a jarring shift in layout, due to sizing discrepancies between the two fonts. To minimize this discrepancy, you can try to match the fallback font and the intended webfont’s x-heights and widths [1]. This tool helps you do exactly that.