Home html Bootstrap 4 - col-md-offset?

Bootstrap 4 – col-md-offset?

Author

Date

Category

Now that’s the only way, or did I do it while reading the documentation?

& lt; div class = "col-md-2" & gt;
      & lt; a href = "#" & gt; & lt; i class = "fa fa-vk" aria-hidden = "true" & gt; & lt; / i & gt; & lt; / a & gt;
      & lt; a href = "#" & gt; & lt; i class = "fa fa-instagram" aria-hidden = "true" & gt; & lt; / i & gt; & lt; / a & gt;
      & lt; a href = "#" & gt; & lt; i class = "fa fa-facebook" aria-hidden = "true" & gt; & lt; / i & gt; & lt; / a & gt;
    & lt; / div & gt;
    & lt; div class = "col-md-2" & gt; & lt; / div & gt;
    & lt; div class = "col-md-3 text-center" & gt;
      & lt; img src = "img / logo.png" alt = "" & gt;
    & lt; / div & gt;

Answer 1, authority 100%

You haven’t completely read the documentation . In Bootstrap 4, the .col-md-offset class has been renamed to .offset-md .

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions