月亮_heartbeat
<head>
<meta charset="UTF-8">
<title>
</title>
<style>
body {
background-color: black;
}
div {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: white;
position: absolute;
top: 200px;
left: 200px;
}
</style>
</head>
<body>
<div id="down">
</div>
<div id="center">
</div>
<div id="up">
</div>
</body>
¿ ¿ ¿
¿ ¿
¿
三种浮动
/有效的定位属性/
position: relative;
/*display
float*/
一
/定位/
position: relative;
二
/*
浮动 -
从左向右 left;
从右向左 right
*/
float: right;