F
F
FullstackWEB2018-10-19 20:36:11
css
FullstackWEB, 2018-10-19 20:36:11

The last column of Bootstrap goes to the right. How to return it to the left?

Here the column (block) "Balancing" for some reason goes to the right, although all these blocks have float left .
How to move it to the left, where it should be?

Answer the question

In order to leave comments, you need to log in

11 answer(s)
D
Dmitry Bay, 2018-10-19
@kawabanga

Wrap every two divs .col-sm-6 in .row
The problem you have is that the height of the blocks is different, because of this such an effect.

F
Fredd Monty, 2018-10-19
@ferds

Make them the same height, for example:
.service-items .imaged
min-height: 266px;

F
FullstackWEB, 2018-10-19
@FullstackWEB

Found a solution. Set the columns to the following pseudo-element:

&:nth-of-type(2n + 1) {
    clear: both;
}

There are also solutions here and here (even using Flex box, but I did not test it)

A
abs0lut, 2015-08-06
@thekuks

Go back and continue learning C++, or bite the bullet to learn Java, hoping to get used to it after a while?

Umm... but why rape yourself?
Like C++ - learn and have fun.

E
Evhen, 2015-08-06
@EugeneP2

First of all, you need to look at the labor market, which languages ​​are in the top. IMHO, in order to become a popular C ++ programmer, you need to make more efforts than for the same Java.

E
Ernesto Guevara, 2015-08-06
@guevara

I would start from what I want to create, and then choose technologies for it. And not vice versa: study technologies, and then think about what to apply them to.

I
Ilya Bobkov, 2015-08-06
@heksen

C++ is more difficult, but also more interesting.

M
Mak Alexey, 2015-08-06
@S-ed

some people suggested
Now we will advise.
The main thing is to decide for yourself what you like and what you would like to do, otherwise you will rush about.
There really aren't that many differences between Java and C++.
https://en.wikipedia.org/wiki/Comparison_of_Java_a...

D
Duster, 2015-08-07
@Duster

It's a matter of programming. If you want to write drivers, some other things that interact with the search, just fast applications (if your hands are not hooks) - then you are a plus.
If you need fast and flexible development, pure OOP, complete cross-platform - welcome to Java.
The only advice if you decide to go the java route is to experiment with the IDE. At least you should try Net Beans, Eclipse, Intellij IDEA. Preferably in that order. I know many cases when the transition to Java was rejected because of the IDE that was personally inconvenient for the programmer.

A
Artem, 2015-08-11
@JustSokol

understand the benefits. then you will understand easily in Java.
in general, by and large, it doesn’t matter where to start (out of these two)
Java is more promising (in some way) if you already acquire professional skills (that is, work and greatly deepen your knowledge, understanding and skills).
but now we are not talking about that. when you learn C++ and learn java initially, then you will choose which steppe to go in depth.
but again, for starters, it doesn’t matter which of these to study. And then you will still need to study both.

@
@coodan, 2015-08-18
_

In my opinion, the promise of java is greatly exaggerated. Yes, it was promising. And now we are witnessing her slow death. An alarming bell is that it is no longer launched on every computer without dancing with a tambourine. But it was the key to popularity. And the question arises - why then become attached ...
If you like C ++, if you understand it and it is close to you - be sure to continue. It's just for those people.
And study it in detail, several years will pass - then we'll see what will happen with java, where it will be and which language will be promising to touch closer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question