CSS CSS3:Ombre / lueur,arrondietdégragé

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS3:Ombre / lueur,arrondietdégragé相关的知识,希望对你有一定的参考价值。

/* Ombres sur les boites
--------------------------*/

-moz-box-shadow: 0px 0px 5px #bbb; /* les parametres sont : marge gauche, haute, l'etendu et la couleur*/
-o-box-shadow: 0px 0px 5px #bbb;
-webkit-box-shadow: 0px 0px 5px #bbb;


/* Coin arrondi sur les boites
------------------------*/

/*les quatre coin d'un coup*/
-webkit-border_radius: 6px;
-moz-border-radius: 6px;


/*chaque coin independamment*/
-webkit-border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;


/* Ombres sur les textes
--------------------------*/

text-shadow: 0px 0px 5px #bbb; /* les parametres sont : marge gauche, marge haute, l'etendu et la couleur*/

以上是关于CSS CSS3:Ombre / lueur,arrondietdégragé的主要内容,如果未能解决你的问题,请参考以下文章

CSS3学习

css3 文字梯形显示

CSS3

CSS3 倒影

css和css3的区别

CSS3教程链接