Mark Dain You know it's bad when you're thinking of using tables because you can't these damn divs to behave correctly
Login or register your account to reply
Martijn I was thinking of using tables today at work, just to get some stuff vertically-responsive-100%-height-filling. Can't use flexbox because of browser support.
7y, 35w 6 replies
Xasasfdasfd You guys remind me of how much I have to be thankful for in that I'm working on a 100% back-end/infrastructure component at the moment. My UI is the command line!
7y, 35w 2 replies
🦿 Lucian Marin You can do that without flexbox or tables using this CSS class: .vertical-center { position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; height: 100%; } Change height to any size that you want.
7y, 35w 2 replies