学习到padding这里了,意思及用法感觉不理解。
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
div {
border:1px red solid;
width:100px;
height:100px;
margin:100px;
padding:100px;
}
</style>
</head>
<body>
<div id="d1"> <p>我爱慕课网!</p></div>
</body>
</html>
这段代码,我现在想把我爱慕课网这几个字设置距离div标签的上边框100px,该如何设置?
super_mb
业余奶茶品鉴师