1. 首页
  2. 行业
  3. 互联网
  4. 静态页练习

静态页练习

上传者: 2019-03-29 14:19:30上传 RAR文件 105.6KB 热度 32次
body { font: 12px Tahoma;/*字体的大小和样式*/ margin: 0px;/*边距*/ text-align: center;/*文字对齐方式*/ background: #FFF;/*背景颜色*/ } a:link, a:visited { font-size: 12px;/*字体大小*/ text-decoration: none;/*文字修饰*/ } a:hover { } /*页面层容器*/ #container { width: 800px;/*宽度*/ height: 900px;/*高度*/ margin: 10px auto;/*上下边距是十像素, 左右居中*/ background: #00FF00;/*页面背景颜色*/ } /*页面头部*/ #header { background: url(logo.gif) no-repeat;/*将路径为logo.gif的图片因为图片,并且按原图大小(不平铺)*/ } 左右居中*/ background: #00FF00;/*页面背景颜色*/ } /*页面头部*/ #header { background: url(logo.gif) no-repeat;/*将路径为logo.gif的图片因为图片,并且按原图大小(不平铺)*/ }
用户评论