📌  相关文章
📜  如何使相对 div 不占用空间 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:55.527000             🧑  作者: Mango

代码示例1
.div
{
    position: relative;
    bottom: 36px;  /* position the div */
    float: right;  /* you can choose left or right */
}

/* i hope this helped ^^ */