CSS入门之【背景图像和渐变】
生活随笔
收集整理的這篇文章主要介紹了
CSS入门之【背景图像和渐变】
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
list-style:none 去掉原點(diǎn)circle 空心圓decimal 數(shù)字square 正方形
背景圖像:background-image: url("1.png");默認(rèn)是全部平鋪的 repeatbackground-repeat: repeat-x;background-repeat: repeat-y;background-repeat: no-repeat;background: res url("1.jpg") 200px 10px no-repeat;顏色 圖片 圖片位置 平鋪方式
漸變的網(wǎng)站:點(diǎn)擊進(jìn)入
總結(jié)
以上是生活随笔為你收集整理的CSS入门之【背景图像和渐变】的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 164. 可达性统计【拓扑排序 / bi
- 下一篇: CSS3的绝对定位与相对定位