CSS Grid @supports test

This test uses the @supports feature query to check if the browser supports display:grid and then applies styles present inside the feature query. This capability is AWESOME.

このテストでは、@supports機能クエリを使用して、ブラウザがdisplay:gridをサポートしているかどうかをチェックしてから、機能クエリ内に存在するスタイルを適用します。 この機能は素晴らしいです。

Vertical Text Test

Vertical text is an interesting thing to work with.