css之background-repeat的⼏种属性css之background-repeat的⼏种属性
background-repeat: 指背景图⽚的重复与否以及重复⽅式, 有no-repeat, repeat, repeat-x, repeat-y四种属性值.
no-repeat: 即⽆论背景图⽚的⼤⼩, 只显⽰单个背景图⽚, 如⾸页的第⼀篇⽂章标题前的”NEW”图标, 代码如上所⽰; repeat: 指背景图⽚横向和纵向重复连续显⽰;
repeat-x: 指背景图⽚横向重复连续显⽰;断掌的男人的命好不好
讲解稿格式repeat-y 指背景图⽚纵向重复连续显⽰
⽰例
<html>
<head><title></title></head>芹菜炒腐竹
<style>走向黑暗
div {
金牛座女
background-image: url('/Scripts/A10_skype.png');
background-repeat: repeat-x;
/*background-repeat: repeat-y;
精熟background-repeat: no-repeat;
background-repeat: repeat;*/
大雨落幽燕
}
</style>
<body>
<div >
向日葵的样子描写</div>
</body>
</html>