您好,登錄后才能下訂單哦!
了解了web的基本框架,html和css,補充幾點知識點
常見表示顏色的幾種方法:
red
#f00
rgb(255,0,0)
rgba(255,0,0,0.5) 帶透明度的色彩值
opacity: 50%;透明度
border-radius:圓角
border-radius:值
值:a 表示四角都為相同的圓角狀態(tài)
值:a b 表示 左上,右下都為a,右上,左下都為b
值:a b c 表示左上為a 右上和左下為b 右下為c
值:a b c d 依次表示 左上 右上 右下 左下
值:50% 表示圓或橢圓
cursor: pointer; /鼠標圖標成手狀/
定位 所有的定位和top right bottom left 聯(lián)和一起起作用
position: relative;
position: absolute;
right:0;
left:0;
relative 相對定位 以默認位置為參考點進行移動,
absolute 絕對定位 以最近定位元素為參考點進行移動
fixed 固定定位
定位中水平居中:
margin:auto;
盒子模型:
寬:內(nèi)容寬+border+margin+padding
box-sizing: border-box;
寬:width+margin (寬=內(nèi)容寬+border+padding)
圖片格式: gif jpg png webp
overflow:hidden; 溢出隱藏
:first-of-type 第一個同類型對象
:nth-of-type(n) 第n個同類型對象 n=數(shù)字 odd(奇數(shù)行) even(偶數(shù)行)
input{
outline:none;} 去外邊框線
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。