[Solved] i need an answer please : bootstrap 3 this is for a job applyment?


i found the result my self just for fun ,here the solution:

body img {
    float: left;  
}
body img:nth-child(2n) {
   float: right;
}

#content{display:flex;text-align:center;width:100%}

.changeme1{
   margin-left:auto;float:none;
}
.changeme2{
   margin-right:auto;float:none;
}

solved i need an answer please : bootstrap 3 this is for a job applyment?