Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Proud to have finished. I spent too much time analyzing and need to get my hand dirty straight away when doing a project. Most proud of the speech bubble styles with the little tail on the end.
.triangle {
display: block;
position: absolute;
bottom: -20px;
right: 0;
border-left: 25px solid transparent;
border-top: 25px solid white;
}
What challenges did you encounter, and how did you overcome them?
Biggest challenge for me was working with positioning and making the little tail on the speech bubble. I looked up some resources on the web including youtube and this article
What specific areas of your project would you like help with?Nothing specifically, but any feedback on improving the code or the use of tailwindcss is appreciated.
Community feedback
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