atlas news
    
CSS tricks
15  décembre     17h55
Toon Title Text Generator
Geoff Graham    Andy Clarke with a brand-new resource. It generates the sort of fun typography that Andy commonly uses in his own work that’s geared towards cartoon headings. Toon Title Text Generator originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
    16h19
Responsive List of Avatars Using Modern CSS (Part 1)
Temani Afif    A list of rounded images that slightly overlap each other is a classic web design pattern. The main idea is not complex, but the new thing is the responsive part. that dynamically adjusts the overlap between the images so they fit inside the container. Responsive List of Avatars Using Modern CSS ...
12  décembre     14h38
What Else Could Container Queries Query?
Daniel Schwarz    How far can we really go with container queries? There are dozens of media queries now, so what if there were dozens of container queries as well? What could we use them for? What Else Could Container Queries& Query? originally published on CSS-Tricks, which is part of the DigitalOcean family. You...
10  décembre     15h04
Creating Scroll-Based Animations in Full view()
Preethi    It’s not that hard to do Preethi shows you how it’s really the same old animation you’re used to writing in CSS, only applied on a view timeline instead of a normal timeline. Creating Scroll-Based Animations in Full view() originally published on CSS-Tricks, which is part of the DigitalOcean family...
09  décembre     15h52
CSS Wrapped 2025
Ryan Trimble    The Chrome Dev Team recaps the new CSS features that shipped in Google Chrome this past year in one amazingly designed webpage. They cover new functionality for creating more customizable components, next-gen interactions, and optimizing ergonomics. We’ve & CSS Wrapped 2025 originally published on...
    15h00
Fit width text in 1 line of CSS
Geoff Graham    The Chrome team recently prototyped a working solution for fitting text to the width of a container in CSS using a text-grow property. Fit width text in 1 line of CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
08  décembre     14h45
That Time I Tried Explaining HTML and CSS to My 5-Year Old Niece
Kevine Nzapdi    I would like to tell you what I learned from a five-year old child about HTML and CSS. It’s funny how explaining something you do almost naturally teaches you about yourself and what you take for granted. That Time I Tried Explaining HTML and CSS to My 5-Year Old Niece originally published on CSS...
05  décembre     18h16
HTML Web Components Proposal From 1998
Geoff Graham    It’s easy to think of HTML Web Components as a recent feature, but it has roots that go all the way back to 1998. HTML Web Components Proposal From 1998 originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
04  décembre     14h04
Getting Creative With The Measure
Andy Clarke    A good measure makes reading text comfortable, while a bad one makes it more difficult. So, rather than allowing layout to dictate the measure, doesn’t it make more sense for the measure to inform layout decisions? Getting Creative With The Measure originally published on CSS-Tricks, which is part...
02  décembre     16h47
Scrollytelling on Steroids With Scroll-State Queries
Lee Meyer    Unconvinced of the value of scrollytelling? Alright, skeptic, let’s first warm up with some common use cases for scroll-based styling. Scrollytelling on Steroids With Scroll-State Queries originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
01  décembre     17h25
Prevent a page from scrolling while a dialog is open
Geoff Graham    Bramus: Chrome 144 features a small change to overscroll-behavior: it now also works on non-scrollable scroll containers. While this change might seem trivial, it fixes an issue developers have been dealing with for ages: prevent a page from & Prevent a page from scrolling while a dialog is open...
24  novembre     14h22
On Inheriting and Sharing Property Values
Daniel Schwarz    There are many ways to share properties, but what would it look like to inherit and use any parent property value on a child? On Inheriting and Sharing Property Values originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
21  novembre     18h53
Sketch: A guided tour of Copenhagen
Geoff Graham    Sketch probably didn’t have to redesign its UI to line up with macOS Tahoe, but a big part of its appeal is the fact that it feels like it totally belongs to the Mac. Sketch: A guided tour of Copenhagen originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the...
20  novembre     15h10
Should We Even Have :closed?
Sunkanmi Fafowora    Is there really a difference between using :not(:open) and :closed? As always, it depends. Sunkanmi Fafowora explains why :closed is currently not a thing. Should We Even Have :closed? originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
17  novembre     14h47
The Most Hated CSS Feature: asin(), acos(), atan() and atan2()
Juan Diego Rodrà­guez    If we have a ratio that represents the sine, cosine or tangent of an angle, how can we get the original angle? This is where inverse trigonometric functions come in The Most Hated CSS Feature: asin(), acos(), atan() and atan2() originally published on CSS-Tricks, which is part of the DigitalOcean...