Maison  >  Article  >  interface Web  >  Comment obtenir un effet de masque en CSS

Comment obtenir un effet de masque en CSS

王林
王林avant
2020-07-16 17:34:569027parcourir

Comment obtenir un effet de masque en CSS

Points de connaissances importants :

(Tutoriel recommandé : démarrage rapide CSS)

background-color:#fff;filter:Alpha(Opacity=60);opacity:0.6;

Style :

<style>
    .back {background:url(images/coupon-logo.gif) no-repeat;}
    .top {height:100px;background-color:#fff;filter:Alpha(Opacity=60);opacity:0.6;}
</style>

code html :

<div class="back">
    <div class="top"></div>
</div>

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

Déclaration:
Cet article est reproduit dans:. en cas de violation, veuillez contacter admin@php.cn Supprimer