<p class="text">
Text is green, if browser supports
<code>grid-template-rows:masonry</code>.<br>
It works in Firefox Nightly only in March 2021.
</p>
xxxxxxxxxx
@supports (grid-template-rows: masonry) {
.text {
color: green;
}
}
/* ETC (Formatting only): */
body {
margin: 1.5em;
font-size: 130%;
font-family: sans-serif;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.