首页 > Web开发 > 详细

web 前端学习笔记

时间:2017-06-08 09:17:27      阅读:287      评论:0      收藏:0      [点我收藏+]
  <!DOCTYPE HTML>
<head>
<style type="text/css">
body

background: #ff0000 url(img/QQ图片20150821075230.ico) no-repeat fixed center ;    //no-repeat fixed center  无反复固定中心
}
p.bottommargin
{
margin-bottom: 205px;
color: black;
border: solid thick green;
}
</style>
</head>
<body >


<p>This is a paragraph with no margin specified</p>
<p class="bottommargin">This is a paragraph with a specified bottom margin</p>
<p>This is a paragraph with no margin specified</p>


</body>
</html>

web 前端学习笔记

原文:http://www.cnblogs.com/lxjshuju/p/6960900.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!