Answer the question
In order to leave comments, you need to log in
Bootstrap 3 vs 4. Is there a global difference?
I'm a beginner coder and I'm wondering how much 4 bootstrap differs from 3 in your opinion, isn't 3 too outdated?
Answer the question
In order to leave comments, you need to log in
So far, not too outdated. It differs in the technologies used. Bs3 - floats, Bs4 - flexes
https://caniuse.com/#feat=flexbox
3 - on floats
4 - on flexes
PS They still type on floats, but they don't teach this anymore. Floats are essentially a crutch in grids. Float itself was not created for large grids, but for the purpose of enveloping the image with text.
As said earlier, the difference is in float(3), flex(4), but grid + flex is better, without Bootstrap)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question