Found 41 bookmarks
Custom sorting
Houdini.how Worklet Library
Houdini.how Worklet Library
The community-driven resource library of CSS Houdini worklets. Learn about CSS Houdini, its APIs, usage, polyfills, and browser status, to take advantage of the Houdini APIs today. “Houdini is a set of low-level APIs that exposes parts of the CSS engine, giving developers the power to extend CSS by hooking into the styling and layout process of a browser’s rendering engine. Houdini is a group of APIs that give developers direct access to the CSS Object Model (CSSOM), enabling developers to write code the browser can parse as CSS, thereby creating new CSS features without waiting for them to be implemented natively in browsers.” —MDN
·houdini.how·
Houdini.how Worklet Library
Font style matcher
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.
·meowni.ca·
Font style matcher
Ahmad Shadeed: Uncommon CSS Properties
Ahmad Shadeed: Uncommon CSS Properties
Including some centering techniques, `li::marker`, and `display: inline-flex`, `column-rule`, `background-repeat: round`. There are a lot of CSS properties that some don’t know about, or they know about them, but forget to use them when they’re needed.
·ishadeed.com·
Ahmad Shadeed: Uncommon CSS Properties
Water.css
Water.css
Water.css is a just-add-css collection of styles to make simple websites like this just a little bit nicer.
·kognise.github.io·
Water.css
Vijay Sharma: Aligning Text Smartly in CSS
Vijay Sharma: Aligning Text Smartly in CSS
How to make a short block of text center-aligned but left-aligned when it's longer. Use `text-align: center` on the container and `display: inline-block` on the text container.
·nocode.in·
Vijay Sharma: Aligning Text Smartly in CSS
Chris Coyier: Using SVG (CSS-Tricks)
Chris Coyier: Using SVG (CSS-Tricks)
SVG is an image format for vector graphics. It literally means Scalable Vector Graphics. Basically, what you work with in Adobe Illustrator. You can use SVG on the web pretty easily, but there is plenty you should know.
·css-tricks.com·
Chris Coyier: Using SVG (CSS-Tricks)
CSS Prototyping
CSS Prototyping
‘This is a simple trick to overlay a grid or a mock-up over a page you're styling. It will also allow you to edit content directly in the browser to see how your layout behaves depending on various lines of text.’
·css-101.org·
CSS Prototyping
Google Code: The Golden Grid
Google Code: The Golden Grid
This may be worth looking into. I waffle on whether this sort of thing is ultimately a good decision — you're relying on someone else's framework, it takes a while to learn and master, and once you decide to go with it you're essentially stuck with it. But isn't that the case with any pseudo-framework developed for a website design? I should test this on a little project.
·code.google.com·
Google Code: The Golden Grid