@supports (display: grid) { div { display: grid; } } @supports not (display: grid) { div { float: right; } }