groups

name language licence
CSS : notes sur class css CSS Other
CSS : pseudo class :last-child CSS Other
CSS : reset des styles et comportements par defaut des navigateurs CSS Other
CSS : ordre des paramètres pour les supers propriètés margin et padding CSS Other
CSS: ombre et lueur avec box-shadow et text-shadow CSS Other
CSS : bordure arrondi avec border-radius CSS Other
CSS : animations avec transitions-property et transition-duration CSS Other
HTML/CSS : une bonne methode pour center verticalement un block HTML Other

< 1 2 3 >



language: CSS
licence: Other

CSS: ombre et lueur avec box-shadow et text-shadow

options: view full snippetsend to code collector
-moz-box-shadow: 0px 0px 5px #bbb; /* les paramètres sont : marge gauche, haute, l'etendu et la couleur*/
-o-box-shadow: 0px 0px 5px #bbb;
-webkit-box-shadow: 0px 0px 5px #bbb;
	
(Continues...)