5
Koolstr
7y

The ability to vertically align in css correctly. On my first try.
That would save me a world of headaches... 😒

Comments
  • 1
    display: flex;
    align-item: centre
  • 0
    Why are people so obsessed with this?
    I've done Web for 16 years and there were not a lot of situations where this was important, let alone crucial.
    Seriously curious.
    Web is meant to be scrolled, swiped, resized, etc, not a PDF.
  • 0
    @nbamaral I guess it doesnt apply to everyone, but when we do have to deal with this scenario, any known solution we try to implement just doesn't seem to work. Thus we end up stuck for who knows how many hours trying to solve a layout issue which should by no means be this hard.
  • 0
    @Devank supposed to work, but still doesn't always work 😥
  • 1
    @Koolstr
    Well you're right, it shouldn't.
Add Comment