T
T
Tamerlan Godzhiev2017-10-02 16:14:26
css
Tamerlan Godzhiev, 2017-10-02 16:14:26

Is it possible to use CSS Grid?

Hello, friends!
Tell me, what problems can arise with the use of css grid? I want to apply technology in a real project.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene Volf, 2017-10-02
@tamerlan676

Tell me, what problems can arise with the use of css grid? I want to apply the technology in a real project.

Of the main problems that I encountered:
1. The technology is not as cool as it seems at first glance
2. "Physically" - the cells do not exist, so it will not work to set them, for example, a background (yes, I understand that you can set nested element background)
3. Working with a complex grid is somewhat difficult, especially if you decide to give each of the cells a name
4. It is not supported by all browsers and is not always correct
Well ... and as an indirect drawback - at the moment it is not very convenient to debug such the grid in the browser, more or less normally, from the browsers known to me, only FireFox allowed working in the "debug" mode with the grid (at least until recently).

S
Sergey Goryachev, 2017-10-02
@webirus

Early.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question