1. 程式人生 > >常用的css和html

常用的css和html

size weight height ali idt 字體樣式 round 引入 ext

width:寬度

height:高度

border:1px solid red;邊框 :邊框粗細 顯示 顏色

border-radius:10;邊框變圓角

background-color:背景顏色

background-image:url("引入路徑"); 背景圖片

background-size:背景尺寸

color:字體顏色

font-size:字體尺寸大小

font-style: 字體樣式

font-weight:字體寬度

font-decoration:none(去掉下劃線)/overline (上劃線)/underline(下換線)/line-through(刪除線);

text-align:center(局中)

clear:both;清除周圍浮動流<

常用的css和html