CSS Opacity | Background Color, Image, Transition, Jquery
×

CSS Opacity

3527

CSS Opacity - The opacity property used the transparency to the background of an element. It's very useful and easy to use.

Example:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
.img{
opacity: 0.2;
}
</style>
</head>
<body>
<h2> Opacity </h2>

<div>
<img src="img.png">
</div>
</body>
</html>



Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments