-
網(wǎng)頁(yè)布局的基本步驟查看全部
-
網(wǎng)頁(yè)布局的結(jié)構(gòu)查看全部
-
button 設(shè)置了寬高就不發(fā)設(shè)置pading查看全部
-
樣式重置 https://necolas.github.io/normalize.css/4.1.1/normalize.css查看全部
-
http://www.bootcss.com/p/font-awesome/ 字體圖標(biāo)查看全部
-
background-size:cover;查看全部
-
透明 transparent查看全部
-
ul.share-group{} <ul class="share-group"></ul>查看全部
-
.card:first-child{ background: rgba(0,0,0,0.04); } .card:nth-child(2){ background: rgba(0,0,0,0.08); } .card:nth-child(3){ background: rgba(0,0,0,0.07); }查看全部
-
-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;查看全部
-
.txt-section > * {/*所有直系的子元素} .aticle-preview > div{/*只向下一級(jí)的所有元素div*/ } .clearfix:after{/*偽元素 給父級(jí)清除浮動(dòng)*/ content: '';/*給個(gè)空內(nèi)容*/ display: block; clear:both; }查看全部
-
Odd 和 even 是可用于匹配下標(biāo)是奇數(shù)或偶數(shù)的子元素的關(guān)鍵詞(第一個(gè)子元素的下標(biāo)是 1)。 p:nth-child(odd) { background:#ff0000; } p:nth-child(even) { background:#0000ff; }查看全部
-
<header></header><!-- 頁(yè)頭 --> <div class="content"> <section></section><!-- 正文 --> <section></section><!-- 正文 --> <section></section><!-- 正文 --> </div><!-- 內(nèi)容 --> <footer></footer><!-- 頁(yè)腳 -->查看全部
-
<form > <input type="text" required="required" title="請(qǐng)輸入姓名"><!-- 必填項(xiàng) --> <input type="text" placeholder="獲得焦點(diǎn)時(shí),文字消失"><!-- --> <input type="text" pattern="[0-9]{6}"><!--自定義正則表達(dá)式--> <input type="file" multiple="multiple"><!-- 選擇多個(gè)文件上傳 --> <input type="number" min="0" max="12" step="3"><!-- min 最小值 max最大值 step倍數(shù) --> <input type="image" src="../images/cs.jpg" height="20" width="30"><!-- height width --><br/> <input type="tel" ><!-- tel類型 電話 --><br/> <input type="search" ><!-- search 類型 搜索 輸入內(nèi)容之后 出現(xiàn) x --><br/> <input type="submit" > </form>查看全部
-
https://necolas.github.io/normalize.css/3.0.2/normalize.css 初始化css代碼 Normalize.css 只是一個(gè)很小的CSS文件,但它在默認(rèn)的HTML元素樣式上提供了跨瀏覽器的高度一致性。相比于傳統(tǒng)的CSS reset,Normalize.css是一種現(xiàn)代的、為HTML5準(zhǔn)備的優(yōu)質(zhì)替代方案。 https://necolas.github.io/normalize.css/5.0.0/normalize.css查看全部
舉報(bào)
0/150
提交
取消