🎱⭐ANDRI🐛🧃's profile picture

Published by

published
updated

Category: Web, HTML, Tech

hey!!! so i just wanted to exclude my pfp from having the color-tint filter i added - any help?

yeah so i want *just* my pfp to have regular colors - 

this is the code i used: 

<style>

    img {

        filter: sepia(100%) saturate(300%) brightness(90%) hue-rotate(700deg) contrast(150%);

    }


    /* Exclude the first image (profile picture) */

    img:first-of-type {

        filter: none;

    }

</style>


2 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )