Design comparison
Solution retrospective
I am just now learning HTML and CSS so any feedback would be great.
Community feedback
- @HugoPDF5Posted over 3 years ago
Hi, how you applied the violet color in the front of image?
0@joeywillisPosted over 3 years ago@HugoPDF5 I made the background behind the image the violet color and then I used mix-blend-mode: multiply on the image.
I am a total beginner so it might not be the "correct" way to do it but it worked for me.
0@HugoPDF5Posted over 3 years ago@joeywillis I'm also a beginner , thanks so much!
I'm starting try speak english, so sorry for any error, but other doubt was how you inserted the full image without cuts? used Background properties?
0@detachedsoulPosted over 3 years ago@HugoPDF5, here what was used was just the image tag. But if you're using a background image, you can do:
background-size: cover; background-position: center;
0@HugoPDF5Posted over 3 years ago@detachedsoul the most correct is to use the image with tag html
img
or
background: url()
?0@joeywillisPosted over 3 years ago@HugoPDF5 I used the html tag for the image.
I would use
background: url()
if I was using the image for styling, like covering the entire background with an image for example.0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord