hello every one can any one help me at green word "see how fylo work" i hoverd the underline and the word but i was not able to hover the image i tryed to make filter brightness but it make it hover when you hover only the image and i want if i hover any where in the link it hover and also can any one help me i can't found or get social logos i can't found facebook logo or any other and i don't know where i can get the logo and thanks :D
kuzan.ii
@ademehdiAll comments
- @OmarYYasserSubmitted over 1 year ago@ademehdiPosted over 1 year ago
there was a mistake in ur css u had to put the filter on the span not on the img
span { display:flex; width:210px; align-items:center; font-size: 1.2rem; font-weight: bold; position: relative; color: hsl(170, 45%, 43%); }
span img{ position:absolute; right: 0px; }
.h span:hover { color: #76e0cc; }
.h span:hover::before { background-color: #76e0cc; }
.h span:hover img { filter: brightness(1.5); }
Marked as helpful0