HTML & CSS | Practice Exercise

Solution retrospective
I recently started learning HTML, CSS, and JavaScript. I found this place to be a perfect opportunity to do plenty of practice. I'm still learning through stuff making my codes very messy. I'm looking for feedback that could make my codes more efficient. And maybe suggestions or different ways I could have done this certain project.
I keep having this problem that upon submitting my solution the font style and photos doesn't come up. But works perfectly when deploying at vercel.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Clarence Kyle P. Menor! 👋
Good effort on this challenge! Your desktop layout looks pretty good! 👍
I suggest,
- Positioning the testimonial boxes with flexbox rather than absolute positioning. Not only will using flexbox be easier but it'll help you avoid having any issues with the positioning of the boxes when the page is resized.
- Looking into using media queries to change the layout of the page and perhaps the size of some of the elements so that the solution still looks good on mobile screens.
Keep coding (and happy coding, too)! 😁
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