CSS layout questions

I've tried to help but you seem to be doubting every single thing I've told you.

I mean what the heck would I know? I've only been doing web development for 23 years.

Good luck with your search.
 
I've tried to help but you seem to be doubting every single thing I've told you.

I mean what the heck would I know? I've only been doing web development for 23 years.

Good luck with your search.

I started with a strong prior belief, and your explaination on barebone codes slightly shifted my posterior bayes. You shouldn't expect to change someone's bayesian updating all the way, only idiots can be updated absolutely by a few sentences. A few online tutorials do showcase how css frameworks can provide common design layouts rather than using all those float/div mess.
 
Last edited:
A few online tutorials do showcase how css frameworks can provide common design layouts rather than using all those float/div mess.
I never said you needed to get into the float/div stuff. That's old school. My first reply to you was to use Flexbox, which I still stand by. The whole reason Flexbox was created was because of how terrible the float/div method was.
 
Back
Top