CSS font-variant 屬性實(shí)例把段落設(shè)置為小型大寫字母字體: p.small{font-variant:small-caps;} 嘗試一下 ?屬性定義及使用說明font-variant 屬性設(shè)置小型大寫字母的字體顯示文本,這意味著所有的小寫字母均會(huì)被轉(zhuǎn)換為大寫,但是所有使...
http://m.hgci.cn/cssref/pr-font-font-variant.htmlCSS font-weight 屬性實(shí)例三段文字設(shè)置不同的字體粗細(xì): p.normal {font-weight:normal;}p.thick {font-weight:bold;}p.thicker {font-weight:900;} 嘗試一下 ?屬性定義及使用說明font-weight 屬性設(shè)置文本的粗細(xì)默認(rèn)值: normal 繼承: yes 版本: C...
http://m.hgci.cn/cssref/pr-font-weight.htmlCSS list-style 屬性實(shí)例在一個(gè)聲明中指定所有列表屬性: ul{list-style:square url("sqpurple.gif");} 嘗試一下 ?屬性定義及使用說明list-style 簡(jiǎn)寫屬性在一個(gè)聲明中設(shè)置所有的列表屬性??梢栽O(shè)置的屬性(按順序): list-style-type, list-sty...
http://m.hgci.cn/cssref/pr-list-style.htmlCSS3 column-gap 屬性 實(shí)例 指定列之間的40個(gè)像素的差距: div { column-gap:40px;-moz-column-gap:40px; /* Firefox */ -webkit-column-gap:40px; /* Safari and Chrome */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 屬性 column-gap 50.04.0 -webkit- 10.0 2.0 -moz-...
http://m.hgci.cn/cssref/css3-pr-column-gap.htmlCSS content 屬性 實(shí)例 以下示例將在每個(gè)鏈接后的括號(hào)內(nèi)加上網(wǎng)址: a:after { content: " (" attr(href) ")"; } 嘗試一下 ? 屬性定義及使用說明 content 屬性與 :before 及 :after 偽元素配合使用,來插入生成內(nèi)容。 默認(rèn)值: normal 繼承: no 版本...
http://m.hgci.cn/cssref/pr-gen-content.htmlCSS3 column-span 屬性 實(shí)例 設(shè)置h2中的所有span元素 h2 { column-span:all;-webkit-column-span:all; /* Safari and Chrome */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器版本號(hào)。 緊跟在 -webkit-, -ms...
http://m.hgci.cn/cssref/css3-pr-column-span.htmlCSS margin 屬性 實(shí)例 設(shè)置一個(gè)p元素的所有四個(gè)邊距: p { margin:2cm 4cm 3cm 4cm; } 嘗試一下 ? 屬性定義及使用說明 margin簡(jiǎn)寫屬性在一個(gè)聲明中設(shè)置所有外邊距屬性。該屬性可以有1到4個(gè)值。 實(shí)例: margin:10px 5px 15px 20px; 上邊距是 10px 右...
http://m.hgci.cn/cssref/pr-margin.htmlCSS3 column-width 屬性 實(shí)例 指定列的寬度: div { column-width:100px;-moz-column-width:100px; /* Firefox */ -webkit-column-width:100px; /* Safari and Chrome */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽...
http://m.hgci.cn/cssref/css3-pr-column-width.htmlCSS margin-bottom 屬性實(shí)例設(shè)置一個(gè)p元素的下邊距: p {margin-bottom:2cm;} 嘗試一下 ?屬性定義及使用說明margin-bottom屬性設(shè)置元素的下邊距。注意: 負(fù)值是允許的。默認(rèn)值: 0 繼承: no 版本: CSS1 JavaScript 語(yǔ)法: object.s...
http://m.hgci.cn/cssref/pr-margin-bottom.htmlCSS3 columns 屬性 實(shí)例 指定列的寬度和數(shù)量: div { columns:100px 3; -webkit-columns:100px 3; /* Safari and Chrome */ -moz-columns:100px 3; /* Firefox */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器...
http://m.hgci.cn/cssref/css3-pr-columns.html抱歉,暫時(shí)沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的教程
w3cschool 建議您:
CSS font-variant 屬性實(shí)例把段落設(shè)置為小型大寫字母字體: p.small{font-variant:small-caps;} 嘗試一下 ?屬性定義及使用說明font-variant 屬性設(shè)置小型大寫字母的字體顯示文本,這意味著所有的小寫字母均會(huì)被轉(zhuǎn)換為大寫,但是所有使...
http://m.hgci.cn/cssref/pr-font-font-variant.htmlCSS font-weight 屬性實(shí)例三段文字設(shè)置不同的字體粗細(xì): p.normal {font-weight:normal;}p.thick {font-weight:bold;}p.thicker {font-weight:900;} 嘗試一下 ?屬性定義及使用說明font-weight 屬性設(shè)置文本的粗細(xì)默認(rèn)值: normal 繼承: yes 版本: C...
http://m.hgci.cn/cssref/pr-font-weight.htmlCSS list-style 屬性實(shí)例在一個(gè)聲明中指定所有列表屬性: ul{list-style:square url("sqpurple.gif");} 嘗試一下 ?屬性定義及使用說明list-style 簡(jiǎn)寫屬性在一個(gè)聲明中設(shè)置所有的列表屬性。可以設(shè)置的屬性(按順序): list-style-type, list-sty...
http://m.hgci.cn/cssref/pr-list-style.htmlCSS3 column-gap 屬性 實(shí)例 指定列之間的40個(gè)像素的差距: div { column-gap:40px;-moz-column-gap:40px; /* Firefox */ -webkit-column-gap:40px; /* Safari and Chrome */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 屬性 column-gap 50.04.0 -webkit- 10.0 2.0 -moz-...
http://m.hgci.cn/cssref/css3-pr-column-gap.htmlCSS content 屬性 實(shí)例 以下示例將在每個(gè)鏈接后的括號(hào)內(nèi)加上網(wǎng)址: a:after { content: " (" attr(href) ")"; } 嘗試一下 ? 屬性定義及使用說明 content 屬性與 :before 及 :after 偽元素配合使用,來插入生成內(nèi)容。 默認(rèn)值: normal 繼承: no 版本...
http://m.hgci.cn/cssref/pr-gen-content.htmlCSS3 column-span 屬性 實(shí)例 設(shè)置h2中的所有span元素 h2 { column-span:all;-webkit-column-span:all; /* Safari and Chrome */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器版本號(hào)。 緊跟在 -webkit-, -ms...
http://m.hgci.cn/cssref/css3-pr-column-span.htmlCSS margin 屬性 實(shí)例 設(shè)置一個(gè)p元素的所有四個(gè)邊距: p { margin:2cm 4cm 3cm 4cm; } 嘗試一下 ? 屬性定義及使用說明 margin簡(jiǎn)寫屬性在一個(gè)聲明中設(shè)置所有外邊距屬性。該屬性可以有1到4個(gè)值。 實(shí)例: margin:10px 5px 15px 20px; 上邊距是 10px 右...
http://m.hgci.cn/cssref/pr-margin.htmlCSS3 column-width 屬性 實(shí)例 指定列的寬度: div { column-width:100px;-moz-column-width:100px; /* Firefox */ -webkit-column-width:100px; /* Safari and Chrome */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽...
http://m.hgci.cn/cssref/css3-pr-column-width.htmlCSS margin-bottom 屬性實(shí)例設(shè)置一個(gè)p元素的下邊距: p {margin-bottom:2cm;} 嘗試一下 ?屬性定義及使用說明margin-bottom屬性設(shè)置元素的下邊距。注意: 負(fù)值是允許的。默認(rèn)值: 0 繼承: no 版本: CSS1 JavaScript 語(yǔ)法: object.s...
http://m.hgci.cn/cssref/pr-margin-bottom.htmlCSS3 columns 屬性 實(shí)例 指定列的寬度和數(shù)量: div { columns:100px 3; -webkit-columns:100px 3; /* Safari and Chrome */ -moz-columns:100px 3; /* Firefox */ } 嘗試一下 ? 在此頁(yè)底部有更多的例子。 瀏覽器支持 表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器...
http://m.hgci.cn/cssref/css3-pr-columns.html抱歉,暫時(shí)沒有相關(guān)的文章
w3cschool 建議您: