CSS常用屬性

2021-09-26 15:52:43 字數 1514 閱讀 1993

css常用屬性

屬性/示例

說明width:100px;

寬height:100px;

高color:red;

顏色font:15px arial,sans-serif;

字型font-family:arial

字型font-size:10px

字型大小

font-weight:100

字型粗細

background: #00ff00 url(『smiley.gif』) no-repeat fixed center;

背景background-repeat:no-repeat;

背景影象重複平鋪

background-attachment:fixed;

背景影象固定

background-color:#b0c4de;

背景顏色

background-image:url(『*****.gif』);

背景影象

border:2px solid;

邊框border-radius:25px;

邊框圓角

margin:10px;

外邊距margin-(left,right,top,bottom)

外邊距左右上下

padding:10px;

內邊距padding-(left,right,top,bottom)

內邊距左右上下

line-height:90%

行高display:inline/block/none/flex/grid;

內聯/塊/隱藏/布局方式flex/布局方式grid

visibility:hidden;

隱藏position:absolute/relative/fixed

定位絕對/相對/相對螢幕的位置

overflow: scroll;

內容溢位新增滾動條

float:left/right;

浮動clear:both;

清除浮動

text-align: center;

文字居中

偽類/偽元素

自己看:hover

把滑鼠放上的狀態

:before

元素之前插入內容

:after

元素之後插入內容

list-style-type: none;

清除列表前小標誌

text-decoration: overline/line-through/underline/none;

文字裝飾

border-right: 1px solid #bbb/none;

分割線cursor: pointer;

滑鼠移到元素的游標形狀

opacity:1.0;

透明度@media all/screen

**響應

box-sizing: border-box;

www.weixintuiguang.com.cn

css 常用屬性

字型屬性 font 大小font size x large 特大 xx all 極小 一般中文用不到,只要用數值就可以,單位 px pd 樣式font style oblique 偏斜體 italic 斜體 normal 正常 行高line height normal 正常 單位 px pd em粗...

CSS常用屬性

css常用屬性 1.color,background color 表示顏色的關鍵字,16進製制數 中提供的color scheme工具 2.font family 該屬性的值可以是一組字型,按喜歡程度排序的字型列表。一些中文字型的列表 windows的一些 新細明體 pmingliu 細明體 min...

css常用屬性

文字屬性 font size font family 字型型別 文字屬性 color text decoration 下劃線 none underline text align 對齊方式 left center right 背景屬性 background color background image...