Design comparison
SolutionDesign
Solution retrospective
If there is any recommendation, please recommend me.
Community feedback
- @SirJhay3Posted about 3 years ago
Hi,
- Set a height and width property to the id of right, then set your image height and width to 100%
- Add a div with a class of modal after your picture tag and give it this styles: .modal { width: 100%; height: 100%; background-color: hsl(277, 64%, 61%); position: absolute; top: 0; opacity: .5; }
- Set position: relative to #right
- Surround 'insight' with a span tag instead and set the color to HSL(277, 64%, 61%)
Happy coding!
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