CSS Make Image Color Grey
الحالة:: ملاحظة_مؤرشفة
المعرفة:: CSS
المصدر:: Build Responsive Real-World Websites with HTML and CSS
img {
filter: brightness(0);
opacity: 50%;
} الحالة:: ملاحظة_مؤرشفة
المعرفة:: CSS
المصدر:: Build Responsive Real-World Websites with HTML and CSS
img {
filter: brightness(0);
opacity: 50%;
}