定位忘的差不多了

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

</head>

<style>

.div1{

background: #0c9;

width:200px;

height: 400px;

position: relative;

}

.div2{

border: 1px solid #000;

width:198px;

height: 100px;

position: absolute;

bottom: 0px

}

</style>

<body>

<div class="div1">

<div class="div2"></div>

</div>

</body>

</html>

梦魂
Dream's Date 2021.
查看“梦魂”的所有文章 →

2 条评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

相关推荐