doctype html>
<
html
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>高階的背景
title
>
<
style
>
body
.container
.center_div
style
>
head
>
<
body
>
<
div
class
="container"
>
<
div
class
="center_div"
>
<
h1>hello world!
h1>
<
p>這個例項包含了一些高階的 css 方法,後面章節會介紹到。
宣告背景屬性
doctype html>
<
html
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>宣告背景屬性
title
>
<
style
>
body
style
>
head
>
<
body
>
<
h1>hello world!
h1>
<
p>背景只顯示一次,但它位置離文字比較遠。
p>
<
p>在這個例子中我們新增了乙個右邊距,所以背景影象不會打擾到文字。
明天深入學習如何css背景屬性
css背景樣式css背景樣式
css背景樣式 css背景樣式 序號中文說明 標記語法 1背景顏色2背景 3背景重複 4背景固定 5背景定位 6背影樣式 1 背景顏色 background color 語法 說明 引數取值和顏色屬性一樣 注意 在 html當中,要為某個物件加上背景色只有一種辦法,那就是先做乙個 在 中設定完背景色...
CSS背景的修改
background attachment背景影象是否固定或者隨著頁面的其餘部分滾動 background color設定元素的背景顏色 background image把設定為背景 background positon設定背景的起始位置 當right時 包含2個屬性 right和centercen...
css的背景屬性
1.background color背景顏色 預設值是transparent 透明的 當同時定義了背景影象和顏色時,背景影象將覆蓋在背景顏色之上 divclass 2.背景background image 預設水平垂直平鋪 background image url 路徑 background rep...