CedricRobitaille / ecommerce-pattern-library

A term-long project redesigning an ecommerce website focusing on making a pattern library.
https://loving-brahmagupta-0deb11.netlify.com/pattern-library/
0 stars 0 forks source link

Checkout form page template - Completed #9

Open CedricRobitaille opened 4 years ago

CedricRobitaille commented 4 years ago

@thomasjbradley

I have created/updated the account.html file.

Before I say it's finished. I have a question about the spacing of content.

As you can see in the account.html page, the form cards are not filling the full height of the page. What I want to know is if you know a way to either have the content fill the space between footer and header, or at least vertically align the two horizontal cards to both be 50% of the height of the vertical card.

thomasjbradley commented 4 years ago

With the Gridifier grid that we’re using that’s nearly impossible to do. CSS Grids would be the solution you need—they are great at create column and row alignments.