FrontEnd Development
30.5K subscribers
145 photos
1 video
9.09K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
A simple masonry-like composable layout

A masonry layout is a grid-like layout that has a set column system with a flexible, content-driven row system. What this setup does is allow content to be displayed in a brick wall-like layout — hence the name, masonry. Content is packed into space, rather than adhering to a strict, set row system.- https://piccalil.li/blog/a-simple-masonry-like-composable-layout/

#css
1👍1
CSS attr() gets an upgrade

Bramus Van Damme details the new capabilities of CSS attr(), allowing type casting for improved dynamic styling and flexibility. - https://www.bram.us/2025/01/20/css-attr-gets-an-upgrade/

#css
👍1
Faux Containers in CSS Grid

Tyler Sticka explains how to create visually distinct containers in CSS Grid without extra markup, enhancing design adaptability. - https://cloudfour.com/thinks/faux-containers-in-css-grids/

#css
👍1
Reimagining Fluid Typography

Miriam Suzanne introduces fluid typography techniques in CSS, balancing readability across different screen sizes. - https://www.oddbird.net/2025/02/12/fluid-type/

#css
👍1
Some little ways I’m using CSS :has() in the real world

This is a practical look at how Andy Bell has been using the :has() pseudo-class in actual client projects. He shares a few real-world examples, like adjusting banner layouts based on the presence of a button or using :has() to flexibly style form labels when they contain inputs. Nothing fancy here, but definitely a solid read if you want to see how :has() can make your life easier. - https://piccalil.li/blog/some-little-ways-im-using-css-has-in-the-real-world

#css
👍1