CSS绝对定位

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>绝对定位</title>
	</head>
	<body>
		<div style="border: 5px solid red; width: 400px; height: 400px;position: absolute;top: 200px;left: 200px;">
			ndlskfek
		</div>
	</body>
</html>

猜你喜欢

转载自blog.csdn.net/mqingo/article/details/83747978