> All in One 586: Exciting Things on the Horizon For CSS Layout

Ads

Thursday, May 7, 2020

Exciting Things on the Horizon For CSS Layout

Michelle Barker notes that it’s been a heck of a week for us CSS layout nerds.

  1. Firefox has long had the best DevTools for CSS Grid, but Chrome is about to catch up and go one bit better by visualizing grid line numbers and names.
  2. Firefox supports gap for display: flex, which is great, and now Chrome is getting that too.
  3. Firefox is trying out an idea for masonry layout.

Direct Link to ArticlePermalink

The post Exciting Things on the Horizon For CSS Layout appeared first on CSS-Tricks.



from CSS-Tricks https://ift.tt/3faiIko
via IFTTT

No comments:

Post a Comment

Enhancing Astro With a Markdown Component

There are two ways to enhance Markdown in an Astro project: Through MDX Through a Markdown Component This article focuses on the Markdo...