I await your feedback, the truth is I had no idea how to make the comment triangle hehe, if you tell me if what you did can be reduced to fewer lines of code it would be great
Officionale
@officionaleAll comments
- @gianbackSubmitted about 3 years ago@officionalePosted about 3 years ago
Well, I couldn't see your design for desktop, reduce the breakpoint for desktop in your media query. But I used the pseudo class ::after then border-bottom: 30px solid white; border-right: 30px solid transparent; then transform: rotate(45deg);
0 - @DanielJvVSubmitted about 3 years ago
I had a really hard time getting the purple color over the image. I ended up using CSS filter to do it. I just think the ways I saw online where you create a div, give it a background color and an opacity, then you edit the z-index just to get an image to appear purple, is a lot of work. Any advice or tips would be appreciated. Thank you in advance.
@officionalePosted about 3 years agoYou could use the background-blend-mode property to get the purplish effect
Marked as helpful0