Daniel

95% humor 6% math

wes bos "what is flexbox?" finish

here are the most important things i learn:
1. always keep this css-tricks cheat sheet open: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
2. if flex items won't move, try to put border around them to see if there is any space, if not give the item flex-basis
3. if you ever come across a situation where you need for example both "align-items: center;" and "align-items: stretch" that's the time which you have to use nested flexbox.

generally it was a good course BUT a little bit outdated, and it's not beginner friendly

first challenge done

learned display (inline, inline-block and block)
learned how media query works, i didn't know there is a media query just for print (when you hit ctrl+p) and you change the design for it πŸ˜€
if there is no width, then flex-wrap won't work.

first flexbox challenge

re-create it from freecodecamp challenge

went to get medication

and doctor forgot to gave one of the medication πŸ˜’

πŸ‘¨β€βš•οΈ went doctor for checkup

Carl Poppa πŸ›Έ

is everything alright?

0 Likes
Daniel Author

yeah i just got a little bit of cold 😷

0 Likes