المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : السي اس اس Css كيفية تغيير لون صورة png او SVG من لون الى اخر svg color css



Rise Company
10-03-2022, 01:48
السي اس اس Css كيفية تغيير لون صورة png او SVG من لون الى اخر svg color css
img src SVG changing the styles with CSS


// to black / white
filter: invert(1);


// or to blue
// filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);

المرجع:
https://stackoverflow.com/questions/24933430/img-src-svg-changing-the-styles-with-css
https://stackoverflow.com/questions/13367868/how-to-modify-the-fill-color-of-an-svg-image-when-being-served-as-background-ima
https://www.svgrepo.com