<!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>

最新文章

  1. ECharts(Enterprise Charts 商业产品图表库)初识
  2. POJ2195 最小费用流
  3. 搭建emacs的go编程语言环境
  4. 构建ASP.NET网站十大必备工具(2)
  5. SQL Server数据库表重置自增主键号(通常是指ID)
  6. [wikioi2926][AHOI2002]黑白瓷砖(Polya定理)
  7. linux系统的时间调整
  8. Linux c 下使用getopt()函数
  9. hadoop(四): 本地 hbase 集群配置 Azure Blob Storage
  10. while((c = getchar()) != EOF)(键盘输入问题)
  11. 删除元素 不存在 NO 存在 输出余下元素
  12. Display:Block
  13. 【Java重构系列】重构31式之搬移方法
  14. WPF 窗体中的 Canvas 限定范围拖动 鼠标滚轴改变大小
  15. JavaScript 操作 DOM 常用 API 总结
  16. SQLHelper简单版(基础版)
  17. Unity3D中自带事件函数的执行顺序
  18. opencv学习之路(13)、图像阈值化threshold
  19. 转 Kafka docker
  20. python----并发编程之IO模型

热门文章

  1. P2871 [USACO07DEC]手链Charm Bracelet
  2. 论文deadline 最后三天
  3. Android Service初解
  4. SpringMVC与MyBatis整合方法
  5. drf07 过滤 排序 分页 异常处理 自动生成接口文档
  6. Android之手机振动和振铃
  7. vue 打印 页面特定部分转pdf
  8. CentOS7搭建KMS服务器
  9. Lua练习题集嚢
  10. Free中的buffer和cache理解