您好,登錄后才能下訂單哦!
首先h6里面有幾個(gè)通用的格式,不再像之前每次用div定義。
header
nav
section
aritcle
aside
footer
視頻和音頻的格式
video:ogg webm mp4
audio:mp3 ogg wav
屬性:
width height src controls autoplay loop poster
src 文件源 controls插件,也就是下面的進(jìn)度條一欄 loop循環(huán)播放 poster暫停
表單
text password textarea checkbox radio file select button submit reset
H5 表單:
email,url,date,week,month,time,number,color,range,search
H5表單屬性
required 必填項(xiàng)
autocomplete 自動(dòng)記憶
plactholder 提示信息
pattern 正則表達(dá)式pattern=[a-z]{3} 意思就是輸入三個(gè)字母 了解一下
autofocus 自動(dòng)聚焦
去邊距間距:
html, body, ul, li, ol, dl, dd, dt, p, h2, h3, h4, h5, h6, h7, form, fieldset, legend, img
*{}
選擇器
元素選擇器
徑向漸變
background:radial-gradient(中心坐標(biāo),形狀 大小,顏色……)
大?。?br/>/closest-side 最近的邊
farthest-side 最遠(yuǎn)的邊
closest-corner 最近的角
farthest-corner 最遠(yuǎn)的角/
形狀:
circle 或 ellipse(默認(rèn)橢圓)
background:repeating-radial-gradient() 重復(fù)徑向漸變
多列
column-count:分列數(shù)
column-gap:欄間距
column-rule:分隔線
彈性盒子
父元素中添加
display:flex; display:-webkit-flex;
子元素排列方式 :(父元素添加)
justify-content:flex-start/flex-end/center/space-between/space-around
子元素垂直對(duì)齊方式(父元素中添加)
align-item:flex-start/flex-end/center/baseline/stretch
頂端/底端/居中/基線/默認(rèn)auto
子元素?fù)Q行方式(父元素添加)
flex-wrap:nowarp/wrap/wrap-reverse/initial/inherit
單行(不換行,會(huì)溢出)/多行,自動(dòng)換行/換行,反轉(zhuǎn)排列/初始化默認(rèn)效果相似/默認(rèn)(不換行)
align-content 設(shè)置行對(duì)齊方式 (添加到父元素中)
前提條件是flex-wrap為wrap時(shí)才可以用
align-content:stretch/flex-start/flex-end/center/space-between/space-around
默認(rèn)/頂端、底端、居中、兩端、平均分布
子元素順序(子元素添加)
order:1,值越小越靠前 可以為負(fù)值
子元素對(duì)齊(子元素添加)
margin:auto;對(duì)象自動(dòng)留白
按比例分配元素(子元素添加)
flex:比例值
如:
div>div*3
子元素按順序添加flex:1 flex:3 flex:1 結(jié)果:1:3:1
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。