主页
CSS 参考手册
CSS bottom 属性
trycss_position_bottom
运行 ❯
×
更改方向
保存代码
更改主题
The bottom Property
This div element has position: relative;
position: absolute and bottom 10px
This div's bottom edge is placed 10 pixels above the bottom edge of the containing element.
This div element has position: relative;
position: relative and bottom 5px
This div's bottom edge is placed 5 pixels above its normal position.
position: fixed and bottom 10px
This div's bottom edge is placed 10 pixels from the bottom of the viewport.
This div element has position: relative;
position: sticky and bottom 10px
This div is sticky.