Jay Apple
@imjayappleAll solutions
- Submitted 7 months ago
Followed a CSS Flexbox Guide to 'Containerize' Everything
- HTML
- CSS
I liked this project a lot as it was simple but effective. I specifically like help with using the '%' value inside the CSS properties as it did not behave as I thought it would and I don't believe I have a strong understanding of this.
ex. setting the property, say, ' margin: 10% auto; ' , in my mind, is setting the margin of the top and bottom to 10% of that of the relative parent and 'auto' to the left and right margins. In practice this didn't seem to be the case.