第11章 CSS颜色和背景.ppt

第11章 CSS颜色和背景

样式#pic对应HTML文档中女孩海鸥图像所在层,“background:url(images/frame.png) no-repeat;”设置其背景为images文件夹中frame.png,且不重复,它是一个图像边框;另外设置层的宽高、外补白;“float:left;”表示漂浮在左边,此属性后续章节详解。 div id=picimg src=images/sea.png //div #pic{ background:url(images/frame.png) no-repeat; width:300px; height:300px; float:left; margin:10px; } 文字所在div的id名为text,与样式#text对应,“background-image:url(images/frame.png);”设置其背景为images文件夹中frame.png;另外设置层的宽高、外补白;“float:left;”同样表示漂浮在左边。 div id=text…./div #text{ background-image:url(images/frame.png); width:300px; height:300px; float:left; margin:10px; } 样式p对段落文字进行样式设置。 p{ color:#ffe

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档