先上**:
<htmllang="en">
<head>
<metacharset="utf-8">
<title>css3title>
<style>
div
.div1
.div2
.div3
style>
head>
<body>
<divclass="div1">1div>
<divclass="div2">2div>
<divclass="div3">3div>
body>
html>
這裡面用了background-clip屬性,border-box:包括邊框在內;padding-box:包括padding在內,不包括邊框;content-box:只包含了content內容,border和padding都不包括。
background-origin是搭配背景使用的,它的使用方式和方法與background-clip相似。
CSS3新增背景屬性
css新增了一些背景屬性,如下 background clip background origin background size background clip設定背景覆蓋範圍,它的屬性值有以下3種 以下是其顯示區域的具體劃分可以參考css盒模型。charset utf 8 background ...
CSS3背景屬性
background是乙個使用率很高的屬性,也是乙個非常有用的屬性。背景主要包括5個基本屬性 background color 背景顏色 background image 背景 background repeat 背景展示方式 background attachment 背景是固定還是滾動 back...
CSS3 背景屬性
lang en charset utf 8 背景顏色title type text css divstyle head 背景顏色div body html lang en charset utf 8 背景title type text css divstyle head 背景div body htm...