How to horizontally center a larger div of variable width, within a smaller div of variable width

前端 未结 2 951
醉梦人生
醉梦人生 2021-01-25 12:59

I want to achieve the following effect: http://jsfiddle.net/3KJta/1/

\"enter

Howev

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-25 13:45

    If you are ok with using css3 and only support modern browsers you can use transform: translateX(-50%); to center the bigger box (currently supported browsers).

    See this example: http://jsfiddle.net/2SQ4S/1/

提交回复
热议问题