maperun / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

Making your page more responsive #3

Open zannain opened 6 years ago

zannain commented 6 years ago

I applaud you for implementing Flexbox which is a fairly recent addition to CSS and would encourage you to learn more about it. You shouldn't have to call display: flex more than once or twice if you are implementing its full potential. To give you an idea here are a few examples on CodePen:

Flexbox Demo Flexbox Demo

Right now your images aren't quite stacking as I make the browser window smaller:

image

Heres a few resources to learn more about Flexbox:

Codecademy's Course on Responsive Design CSS-Tricks Guide on Flexbox Flexbox Course

maperun commented 6 years ago

Yea, Flexbox is tough, just need to keep practicing. Thanks for the additional resources!