[퍼블리싱] [2021 최신 CSS 3] 브라우저 지원여부 확인 @supports
@supports (display: grid) { div {display: grid;}}
@supports not (display: grid) { div {display: flex;}}