Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Should i use grid for building website?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263795
    Pranab
    Participant

    I recently build a website, where in featured section I use grids. Chrome, Safari, Mozilla and opera showing perfect structure but in Edge, IE, the structure is completely broken like vertically one after one(also try with -ms- but not working at all). so, in my next project, should I use grid cause according to caniuse, grids are partially supported with -ms(for IE and Edge).Grid in caniuse So, need some guidance for that. OR just move into flexbox. in caniuse, flexbox support is like a green field. all browsers support flexbox.Flex in caniuse

    #264342
    Paulie_D
    Member

    We can’t make the decision for you.

    Sure, use CSS Grid but you have to have a robust fallback if it’s not supported.

    I’d use it accepting that if it’s not supported there’s a chance my webpage will look different where it isn’t. If you care about that then perhaps CSS Grid isn’t for you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.