Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm really proud of how I managed to implement several new techniques in the recent challenge, like using the :root pseudo-class to create customizable variables for reuse throughout the project. I plan to continue using this approach in the future. While I'm not entirely sure if I did it perfectly, I hope to improve with time. Additionally, I'm proud of myself for finishing this challenge. Although I was initially stuck and considered giving up, I decided to push through and learn. I also used other people's source code as a reference and learned from their methods.

    What challenges did you encounter, and how did you overcome them?

    At the beginning, I struggled with creating customizable variables since it was a new concept for me. While I knew I could use them for colors, I wasn’t sure if they could be used for text presets. I researched the topic and discovered that it was indeed possible. To figure it out, I reviewed source codes from others on this platform, watched tutorials on YouTube, and read through various documentations.

    What specific areas of your project would you like help with?

    There are a few areas where I could use some help, particularly with creating media queries and using the :root class. I'm not entirely sure if I've implemented these correctly and would appreciate guidance from someone with more expertise.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I’m most proud of successfully setting up the media queries to enhance the responsiveness of the webpage, especially since I didn’t incorporate them in my first attempt. It was a challenging task, but I’m happy with how it turned out. Although I’m satisfied with my work, I’m still unsure if I fully implemented the media queries correctly. This project is actually my second attempt; my initial submission had accessibility issues which I’ve since addressed. I also carefully considered and integrated the suggestions provided by @Islandstone89 into my new code. Moving forward, I aim to retain and apply these newly learned techniques and best practices in my future projects to continually improve my skills.

    What challenges did you encounter, and how did you overcome them?

    One of the main challenges I encountered was setting up the media queries. I was initially unsure about how to properly configure them and what specific values and settings to use. To overcome this, I sought inspiration from solutions posted by others in the community, which provided valuable insights. I also reviewed various documentation and resources to deepen my understanding of media queries and their implementation. By combining these resources, I was able to successfully apply media queries to improve the responsiveness of my project.

    What specific areas of your project would you like help with?

    I would appreciate assistance with refining my use of media queries. Specifically, I’m looking for advice on how to improve and optimize them, as I was uncertain about the precise configurations needed and ended up only using max-width settings for both desktop and mobile views. I’m eager to learn about any additional techniques or best practices that could enhance my approach. Furthermore, any suggestions on how I can better handle similar challenges in future projects would be greatly appreciated. Thank you in advance for your guidance and support!