CelesteSippel / assignments

homework for test drive
0 stars 0 forks source link

week 02 - day 02 - using css - working with css #9

Closed CelesteSippel closed 5 years ago

CelesteSippel commented 5 years ago

Flexbox

Now that we have learned the power of flexbox we will apply it to the sites we are building. We'll also go back to a past assignment and see how flexbox would simplify our HTML and CSS.

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

Recommended Practice:

CelesteSippel commented 5 years ago

https://github.com/CelesteSippel/daily-kitteh

mdewey commented 5 years ago

Looks good, but do not forget to push your code to github. Remember to

git add . 
git commit -am 'finished project'
git push