L
L
lumb2018-08-23 21:43:01
Bootstrap
lumb, 2018-08-23 21:43:01

How to center align img wrapped in a tag?

bootstrap 4

<a href="img.jpg" onclick="return hs.expand(this)" ><img class="img-fluid mx-auto d-block" src="imgsmall.jpg" alt="картинко" title="картинко"  /></a>

turns out to be pressed to the left edge
<img class="img-fluid mx-auto d-block" src="imgsmall.jpg" alt="картинко" title="картинко"  />

rises in the center
How can I put the first structure in the center?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2018-08-23
@demon416nds

center tag to help
htmlbook.ru/html/center

M
Mikhail Derkach, 2018-08-23
@skeevy

Display: block
Margin: 0 auto
For img

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question