文件名称:静态页练习
文件大小:106KB
文件格式:RAR
更新时间:2015-12-18 12:12:35
随意
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的图片因为图片,并且按原图大小(不平铺)*/ }
【文件预览】:
参照实例
----banner.jpg(99KB)
----index.htm(1KB)
----logo.gif(4KB)
----css.css(3KB)