Latest solutions
Latest comments
- @dayu420Submitted about 2 months ago@HenryyDevPosted about 2 months ago
on the computer it's good but on small screens it left something to be desired, the html background color was missing, it's not white
0 - P@rainbowsurfer137Submitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I’m proud of improving my understanding of media queries and how to make designs responsive for different screen sizes. I successfully implemented a mobile-friendly layout that adjusts seamlessly to smaller devices. Additionally, I focused on accessibility, adding features like descriptive alt text for images and ensuring keyboard navigability, which enhances the usability of the project for all users.
Next time, I’d like to explore more advanced responsive design techniques, such as using CSS clamp() or min()/max() functions for fluid scaling. I’d also aim to further enhance accessibility by incorporating ARIA roles and testing the site with screen readers to ensure a fully inclusive experience.
What challenges did you encounter, and how did you overcome them?One significant challenge was working with Flexbox and understanding how parent and child elements interact to achieve the desired layout. To overcome this, I referred to documentation and practiced using Flexbox properties like justify-content, align-items, and flex-grow. I also experimented with debugging tools in the browser to visualize the Flexbox structure, which helped me identify and fix alignment issues.
What specific areas of your project would you like help with?Any tips on how to be more efficient or best practices to use would be appreciated!
@HenryyDevPosted about 2 months agoThe responsiveness is impeccable, however the body is not occupying the entire width of the screen so the card is not 100% centered on computer screens
Marked as helpful0 - @HamisoptimisticSubmitted about 2 months ago@HenryyDevPosted about 2 months ago
the html structure is good but the design font was not used and on smaller screens it was not 100% responsive
0 - @lwebbzSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
Building a static site and deploying for the first time.