Design comparison
SolutionDesign
Solution retrospective
I had a trouble creating the line between creator section and price section using pseudo selectors, so I used border-bottom instead.
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Nice work with this one. Viewing your solution, I would suggest the following for you...
- Add the hover state of the design. For the Hero image, you can use this example Overlay in image. Add
color: var(--Cyan);
andcursor:pointer
for the hover state ofh1
and.content_creater span
- Add
border-radius: 10px;
in.e_img_img
rule set - Include description with the
alt
inimg
tag and should not be empty
Overall you did well and Keep it going!
Marked as helpful0 - Add the hover state of the design. For the Hero image, you can use this example Overlay in image. Add
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