+ 1
Can i opacity img "and how?
in web
2 Answers
+ 4
Hello, Omar Khalil Bakhsh !
Try this solution, you will also be able to help other people
<style>
img {
opacity:0.25;
}
</style>
<img src='MyImage' alt='image'/>
https://www.sololearn.com/learn/CSS/2248/?ref=app
0
Alexander Sokolov thanks now i know đ