I use purecss (purecss.io), which works fantastic so far, but I haven't managed to vertically center anything in their responsive grid.
I have a div (class="pure-u-1-3") with automatically has the height of it's parents element. I would like to vertically center a form (tried wrapping in a div too) inside this. I tried everything I found on StackOverflow and many other sources online. Unfortunately it seems that pure-css is destroying it.
Any ideas?