Shi*_*idi 14
我想这可能会对你有所帮助
CSS:
#parent{
position:fixed;
bottom:0px;
width:100%; //width should be 100%
}
#child{
width:100px; //min width should give to center the div.
margin:0px auto; //here it will make center
}
Run Code Online (Sandbox Code Playgroud)
HTML
<div id='parent'>
<div id='child'>
centered div
</div>
</div>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
23794 次 |
| 最近记录: |