Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud of the design and how I got to achieve it with plain HTML and CSS. Next time I would like to work with other technologies to achieve the interface
What challenges did you encounter, and how did you overcome them?The challenge I encountered at first was responsiveness I overcame it by researching a solution
What specific areas of your project would you like help with?I would like feedback on the code. if there is anything I should have used to make it more efficient or easier.
Community feedback
- @kayleeriveraPosted 6 months ago
I like your hover effect!
One of the things I struggled with was getting my element centered nicely. I ended up finding the code below, which was super helpful.
top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
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