/ Code Css drop-shadow() | Résultat du code Css drop-shadow() | Copie d'écran / J'ai vu une erreur dans cette page

Exemple de code de la fonction CSS drop-shadow().

<style>
.drop-shadow0{
 -webkit-filter : ; 
          : ; 
}

.drop-shadow50{ 
 -webkit-filter  : ; 
          : ; 
}

.drop-shadow100{
 -webkit-filter  : ; 
          : ; 
}

.drop-shadow150{
 -webkit-filter  : ; 
          : ; 
}

.img{ margin:10px }

</style>
<div style="width:150px; height:150px" class="img"><img src="/img/exemple/filter-image.jpg"></div>
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img drop-shadow0"> 
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img drop-shadow50">  
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img drop-shadow100"> 
<img src="/img/exemple/filter-image.jpg" style="width:150px; height:150px" class="img drop-shadow150">

Interprétation du code de la fonction drop-shadow() CSS par votre navigateur.

Interprétation normale du code de la fonction CSS drop-shadow() (copie d'écran).

copie d'écran de l'affichage de la fonction CSS drop-shadow()