use feature query to write css that can make use of css grid
so basically, old browsers that don't support grid will look different
something like this:
/* css for old browsers */
@supports (display: grid) {
/* css for grid supported browsers */
}
Markus Kiili
@Masd925
@longnt80@supports is not supported by IE ;)
Long Nguyen
@longnt80
that's why you put it under / css for old browsers /
@linkin-park btw, depends on your goal if you're into front end and css then use vanilla css and grid otherwise, you can use bootstrap to make a quick website
linkin-park
@linkin-park
well i thought of using grid - its f! cool . then got scared of old browsers
Long Nguyen
@longnt80
@linkin-park that's why I asked about the requirement