用div仅设置border下边框做了像稿纸一样纸张,后面有设置圆角画了一个圆

原创 2018-12-06 08:29:33 258
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>css内容相关作业</title> <style> /* * { margin: 0px; padding:0px; }*/
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>css内容相关作业</title>
<style>
/* * {
margin: 0px;
padding:0px;
}*/
.box {
margin: 0 auto;
width: 500px;
height: 30px;
line-height: 30px;
border-bottom: 1px dotted black;
text-align: center;
margin-top: 100px;
}
.box1 {
margin: 200px;
margin: 0 auto;
width: 500px;
height: 30px;
line-height: 30px;
margin-top: 30px;
border-bottom: 1px solid black;
text-align: center;
}
div {
text-align: center;
margin: 0 auto;
width: 500px;
height: 30px;
line-height: 30px;
border-bottom: 1px solid black;
}
.kong {
width: 60px;
height:60px;
border: none;
}
.yuan {
margin: 0 auto;
width: 200px;
height: 200px;
border: 1px solid red;
background: red;
border-radius: 200px;
}
</style>
</head>
<body>
<div>日记</div>
<div>你今天心情好吗?</div>
<div>不好</div>
<div>为什么呢?</div>
<div>马上2018年结束了,我好难受,一年了,什么也都没有干啊。。。</div>
<div>没关系,你主要是工作太忙了</div>
<div>哎,都是借口</div>
<div>出去旅旅游,放松心情。</div>
<div>别提了,年终奖不知道有没有呢?</div>
<div>哈哈哈,心情不好的原因在这里。</div>
<div>对对对,一年到头啥也没有,没有升级,没有涨薪!</div>
<div>加油吧,努力吧!</div>
<div></div>
<div></div>
</body>
</html>


批改老师:灭绝师太批改时间:2018-12-06 09:24:33
老师总结:加油,努力!该有的都会有的!作业完成的不错!继续加油!

发布手记

热门词条