![If I work really hard on my Open Graph images, people will share my blog posts.](https://www.cdn5.niftycent.com/d/1/w/q/w/L/z/if-i-work-really-hard-on-my-open-graph-images-people-will-share-my-blog-posts.webp)
Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
The post If I work really hard on my Open Graph images, people will share my blog posts. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![What I Wish I Knew About CSS When Starting Out As A Front-Ender](https://www.cdn5.niftycent.com/d/1/n/B/g/d/X/what-i-wish-i-knew-about-css-when-starting-out-as-a-front-ender.webp)
Nathan Hardy shares when things “clicked”:
Reflecting back on this time, I think there are a few key concepts that were vital to things finally all making sense and fitting together. These were: • The Box Model (e.g. box-sizing, height, width, margin, padding)• Layout
…
The post What I Wish I Knew About CSS When Starting Out As A Front-Ender appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Some Typography Links VII](https://www.cdn5.niftycent.com/d/e/L/G/6/z/o/some-typography-links-vii.webp)
All-things-typography, from a hard-edged monospaced variable font to fonts in the "Twilight Zone" ... and much, much more.
The post Some Typography Links VII appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![You want enabling CSS selectors, not disabling ones](https://www.cdn5.niftycent.com/d/D/P/E/6/j/n/you-want-enabling-css-selectors-not-disabling-ones.webp)
I think this is good advice from Silvestar Bistrović:
An enabling selector is what I call a selector that does a job without disabling the particular rule.
The classic example is applying margin to everything, only to have to remove …
The post You want enabling CSS selectors, not disabling ones appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Application-Specific Links](https://www.cdn5.niftycent.com/d/k/K/G/6/N/n/application-specific-links.webp)
You know like https:? That’s a URL Scheme. You’re probably familiar with the concept, thanks to others that come up in front-end development, like mailto:. You can actually make your own, which is pretty cool. There …
The post Application-Specific Links appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![CSS Pseudo Commas](https://www.cdn5.niftycent.com/d/e/j/X/6/B/L/css-pseudo-commas.webp)
A bonafide CSS trick if there ever was one! @ShadowShahriar created a CodePen demo that uses pseudo-elements to place commas between list items that are displayed inline, and the result is a natural-looking complete sentence with proper punctuation. CodePen Embed…
The post CSS Pseudo Commas appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Exploring the CSS Paint API: Blob Animation](https://www.cdn5.niftycent.com/d/e/j/X/6/M/m/exploring-the-css-paint-api-blob-animation.webp)
After the fragmentation effect, I am going to tackle another interesting animation: the blob! We all agree that such effect is hard to achieve with CSS, so we generally reach for SVG to make those gooey shapes. But …
The post Exploring the CSS Paint API: Blob Animation appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/exploring-the-css-paint-api-blob-animation/
That’s a heartwrenching title from Michael Williamson. I believe it though. It’s kinda like a maximized version of the blogging phenomenon where if you work on a post for weeks it’ll flop compared to a post that’s some dumb 20-minute …
The post My tiny side project has had more impact than my decade in the software industry appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Developers and Designers Work on a Single Source of Truth with UXPin](https://www.cdn5.niftycent.com/d/k/l/r/o/8/z/developers-and-designers-work-on-a-single-source-of-truth-with-uxpin.webp)
(This is a sponsored post.) There is a conversation that has been percolating for as long as I’ve been in the web design and development industry. It’s centered around the conflict between design tools and development tools. The final …
The post Developers and Designers Work on a Single Source of Truth with UXPin appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![The Fixed Background Attachment Hack](https://www.cdn5.niftycent.com/d/D/2/6/5/O/W/the-fixed-background-attachment-hack.webp)
What options do you have if you want the body background in a fixed position where it stays put on scroll? background-attachment: fixed in CSS, at best, does not work well in mobile browsers, and at worst is not even …
The post The Fixed Background Attachment Hack appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/the-fixed-background-attachment-hack/