Display a wide picture in the small screen, how to make pictures appear centered?

1: background

background-position:center center;

2: Positioning

position:absolute;

left:50%;

margin-left: -width of one half;

3: to set a picture box

This box set

text-align:center;

overflow:hidden;

Picture Settings margin: 0 -100%;

Guess you like

Origin www.cnblogs.com/wangsai-666/p/11564164.html