CSS for masonry, clip-path and Pantone color 2023

27 Dec 2022 / Oscar F
Text tech in rgb with dark blue background

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout

To test masonry grid whit Firefox sett the flag
layout.css.grid-template-masonry-value.enabled
to true in about:config

Pantone Color 2023
Viva Magenta
hex: #bb2649

To get a skew of a div you can use css clip-path
https://www.w3schools.com/cssref/css3_pr_clip-path.php

clip-path: polygon(0 0,100% 15%,100% 100%,0 85%)