Skip to content

CSS Make Image Color Grey

CSS Make Image Color Grey

الحالة:: ملاحظة_مؤرشفة
المعرفة:: CSS
المصدر:: Build Responsive Real-World Websites with HTML and CSS


img {  
  filter: brightness(0);  
  opacity: 50%;  
}  

Last update : August 14, 2023
Created : August 23, 2022

Comments

Comments