D
D
darksladen2017-09-25 16:35:57
css
darksladen, 2017-09-25 16:35:57

How are customers responding to flexbox?

Hello! I slowly started using flex, but as I understand it, this technology is still not flexible enough and it has limitations .. Have you ever had problems because of this, when a customer asked you to move something by a couple of pixels and how did you cope with it? You can’t tell the customer that these are flexes, dude, you won’t do that here .. In this case, is it worth using them at all where such a problem can arise?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
Yustas Alexu, 2017-09-25
@darksladen

transform: translate as the fastest option. Allows you to move anything, anywhere.
If there is time, then you can move using the internal paddings of the desired block. In any case, the customer thinks visually, not structurally. he doesn't care about your flexboxes.

A
Alexander59, 2017-09-25
@Alexandr59

If the customer understands and knows what flex is, then why does he need a programmer?
\\\
In fact, the customer needs a result, such as a website.
Indicates that the function performs = excellent

M
Mikhail Derkach, 2017-09-25
@skeevy

I usually had enough placement with regular flexbox tools. But, if you really want to, then you can move the flexes

Z
zooks, 2017-09-25
@zooks

Yes, everything is fine with Flex. You just need to carefully test the pages on Safari and Edge.
As for a couple of pixels: this can also be done. But most likely it is not necessary, because. this often means that the layout is not made exactly on the grid.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question