TG Telegram Group Link
Channel: Front End World
Back to Bottom
Make creative borders with background-clip border-area

https://webkit.org/blog/16214/background-clip-border-area/
Solved by CSS: Donuts Scopes

Donut scoping addresses the challenge of preventing parent styles from leaking to nested content. Originating from a 2011 concept by Nicole Sullivan, the issue has evolved, culminating in 2024's @scope at-rule. This allows for more precise CSS styling, safeguarding content from unwanted inheritance while managing global CSS complexities.

https://css-tricks.com/solved-by-css-donuts-scopes/
How to Create a Meme Generator Using HTML Canvas

We all come across memes almost every day on the internet. Whether you're scrolling through social media or chatting with friends, there's a good chance you'll stumble on a meme, or even share one yourself. A meme can be an image, a video, or gif tha...

https://www.freecodecamp.org/news/create-meme-generator-using-html-canvas/
REM? PX? Why not both?

The one where I consider responsive CSS units

https://dbushell.com/2024/11/11/rem-or-px/
Angular Version 19 Scheduled to Release Tuesday

In other developer news, there's a 'Nue' Static Site Generator, JetBrains upgrades its IDEs to focus on DX, and Mistral's new moderation API.

https://thenewstack.io/angular-version-19-scheduled-to-release-tuesday/
Anchoreum: A New Game for Learning Anchor Positioning

You've played Flexbox Froggy before, right? Or maybe Grid Garden? They're both absolute musts for learning the basics of modern CSS layout using Flexbox and CSS Grid. Thomas Park made those and he's back with another game: Anchoreum.

https://css-tricks.com/anchoreum-a-new-game-for-learning-anchor-positioning/
How to Test JavaScript for Accessibility Compliance

Discover how to test and optimize your JavaScript for accessibility compliance. Improve keyboard navigation, focus management, and user control.

https://www.a11y-collective.com/blog/accessibility-in-javascript/
Troubleshooting CSS sticky positioning

Fix sticky positioning issues in CSS, from missing offsets to overflow conflicts in flex, grid, and container height constraints.

https://blog.logrocket.com/troubleshooting-css-sticky-positioning/
Have a dialog

A few fancyish dialogs for you to steal.

https://nerdy.dev/have-a-dialog
The styling dilemma in React

Embrace the classless styling approach for better maintainability and readability (5 min)

https://thetshaped.dev/p/the-styling-dilemma-in-react
State of CSS 2024State of HTML 2024

A blog post by Patrick Brosset: State of CSS and State of HTML 2024

https://patrickbrosset.com/articles/2024-11-08-state-of-css-and-state-of-html-2024/
Deep Dive into JavaScript Inheritance — 7 Powerful Techniques

Explore the world of JavaScript at our blog, your ultimate resource for guides, tutorials, and articles. Uncover the latest insights, tips, and trends.

https://jsdev.space/inheritance-js/
Fluid Everything Else

We can apply the concept of fluid typography to almost anything. This way we can have a layout that fluidly changes with the size of its parent container. Few users will ever see the transition, but they will all appreciate the results. Honestly, they will.

https://css-tricks.com/fluid-everything-else/
HTML Embed Code:
2025/06/28 21:57:04
Back to Top