
Design comparison
SolutionDesign
Solution retrospective
This was quite a challenge. I'm relieved I was able to do this project.
I would like to fix/improve some details that are quite not similar to the design preview in my code:
- I was unable to separate the Instruction bullet point and the Info. As you can see in the preview there are two columns in the Instruction part. One for the bullets points and another for the Info. I tried to do that part with grid-properties.
.list-item {
.list-item {
display: grid;
grid-template-columns: 1fr auto;
But it didn't work. That is why I only commented it.
Also, I would appreciate any kind of advice and improvements!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Rowan's solution.
Join 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