close

fixed後置中

#cc{

height: 500px;

width: 500px;

background-color:#000;

position:fixed;

top:200px;

left:50%;

margin-left:-250px;(width的一半)

}

 圓弧

#cc{
height: 500px;width: 500px;
border:5px solid #6699cc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

 

透明度背景

background:rgba(255,255,255,0.8);

前三色碼,後面0.8為透明度,0為完全透明,1為完全不透明。

 

 

arrow
arrow
    全站熱搜

    Kaikai凱開 發表在 痞客邦 留言(0) 人氣()