Answer the question
In order to leave comments, you need to log in
How to center div blocks?
<div class="inner">
<img class="aligncenter" src="https://motorr-dv.ru/wp-content/uploads/2018/01/йцц.jpg" alt="" />123123123
</div>
<div class="inner">
<img class="aligncenter" src="https://motorr-dv.ru/wp-content/uploads/2017/02/777.jpg" alt="" />123123123
</div>
{
display:flex;
justify-content:center;
}
.inner
{
display:inline-block;
flex-direction: column;
text-align:center;
margin:5rem;
width:28%;
}
Answer the question
In order to leave comments, you need to log in
More or less like this
.linner{
width : 100px;
position: absolute;
Left : 50%;
margin-left: -50px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question