- Home
- CSS examples
- Opacity
CSS - Opacity
विवरण :
कोई विवरण नहीं है |
सोर्स कोड :
<!DOCTYPE html> <html> <head> <title> CSS - Opacity </title> <style> .textopac{ opacity:0.1; } img{ opacity:0.3; width:400px; height:300px; } </style> </head> <body> <div class="opac"> Text is too dimmed . </div> <img src="images/nature.jpg" alt="nature" /> </body> </html>
आउटपुट :
Text is too dimmed .![]()
Warning: Trying to access array offset on value of type null in /home/u623081920/domains/hindilearn.in/public_html/programming-examples.php on line 192