It was fun experimenting with the CUBE CSS methodology. I liked categorising the CSS into composition and blocks in particular. It made it easier to manage and tweak.
What challenges did you encounter, and how did you overcome them?I didn't stick to the font sizes in the style sheet as they were smaller than 16px. This made it challenging to match the designs. I researched CSS Grid more, to try to keep a similar formatting for the cards.
What specific areas of your project would you like help with?Headings:
- In the end I went for the bold headlines as the h2s but was torn between these and the names. Is this the right choice?
Grid:
- In the design, the end of the paragraph box containing the quote is the same distance from the container edge. It was difficult to achieve this, while maintaining cards with balanced proportions
display: grid
andalign-self: end
pulled some of the cards out of whack. Is there a way to shift any existing space between elements within a container, without enlarging the container itself?