T
T
Tempest992018-11-19 22:07:13
Bootstrap
Tempest99, 2018-11-19 22:07:13

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

4 answer(s)
P
Pavel, 2018-11-19
@PavelMonro

So far, not too outdated. It differs in the technologies used. Bs3 - floats, Bs4 - flexes
https://caniuse.com/#feat=flexbox

J
Johnny Smith, 2018-11-19
@Olek1

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.

Y
yadscreech, 2018-11-19
@yadscreech

As said earlier, the difference is in float(3), flex(4), but grid + flex is better, without Bootstrap)

M
Mvmolkov, 2018-11-20
@Mvmolkov

I personally liked more than 3, it has more detailed and understandable documentation.
But in 4 I liked the adaptation more, there is a col class that doesn’t need what resolution it belongs to, well, plus different alignments

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question