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 proud for understanding how to use JavaScript to validate inputs and control the overall user experience.

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

    As usual, I'm welcoming all suggestions that will help improve the codes.

  • Submitted


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

    The fact that I was able to write the JavaScript code for this component without any googling .

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

    I had trouble with writing the css for the triangle beneath the social share . After several search and videos, I pull it off.

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

    As usual, if you find best practices that can help improve the codes, you know what to do. Thank you.

  • Submitted


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

    I applied css animation for the first time and it came out well. I will do more findings on animation and use cases to bring personality and aesthetics to the next challenge.

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

    Applying animations was quite confusing. But I got over it through google and several try and errors. Had an issue with shadows too.

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

    You know what to do when you find something incorrect right? Do not forget to send comments.

  • Submitted


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

    I'm proud I finished this challenge. Learn about responsive design, the use of flexbox and grid

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

    I had a little challenge with the box-shadow of the cards. I wasn't getting the desired results. But I searched and tweaked the values to fix this.

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

    It turns out that I had a lot of lines in the CSS file. Any ways to improve the code will be much appreciated.

    • Thank You
  • Submitted


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

    I applied the mobile-first design approach in this challenge . It came out nice. I learned a lot on responsive layouts.

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

    Styling for the desktop view quite a challenge. Media I used media queries in combination with the appropriate lengths to solve this problem.

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

    I realize I wrote a lot of code in the css file. Any suggestion to improve it is much welcomed. Thank You.

  • Submitted


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

    This challenge made me learn more on responsive design styles. Applying the approaches, I attained the desired styles.

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

    Overlaying the soft violet color was a quite a challenge. I set the position of the parent element of the image to relative and used the styles below

    .card--image ::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: var(--clr-soft-violet);
      mix-blend-mode: multiply;
    }
    
    ### What specific areas of your project would you like help with?
    The html structure of the component. Any suggestions to improve the code will be appreciated.
    
    Thank you
    
  • Submitted


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

    This was quite a challenge as it required me to do more searches. I enjoyed every step as it pushed me to do more. I had to pull it off.

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

    • Getting accurate measurement was a challenge especially areas that had padding.
    • And also styling the table took quite some minutes. Revised the CSS box model and it helped me got desired lengths.

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

    I'm not quite sure of how my html file is structured. Any suggestions to improve the codes would be appreciated

    • Thank you
  • Submitted


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

    A sleek and responsive social link profile component using HTML and CSS, seamlessly blending aesthetics with functionality.

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

    The profile image distorted when inserted in a div. I used object-fit to solve it. Social links got broken after hosting. Revisited the code and updated the links.

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

    This turned out to be easy. The knowledge from previous projects were put to use. It just get better everyday.

  • Submitted


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

    Completed this project using the best patterns in css styling. I learn some cool stuffs such as box-shadow and media queries to specify screen layouts for different devices.

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

    I'm good

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

    Good

  • Submitted


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

    In completing the responsive single-price component project, I am most proud of achieving a visually appealing design that seamlessly adapts to various screen sizes. In retrospect, I might consider a more modular approach to the CSS styling, using a Tailwindcss to enhance code

  • Submitted


    Implementing mobile layout using media queries was challenging. I watch two videos on you YouTube and read documentation on MDN for getting it to work. I would be grateful if I could get a resource for responsive website to reference when styling. Thank you in advance.

  • Submitted


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

    I'm proud of designing this component

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

    I didn't encounter any challenge

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

    I'm good

  • Submitted

    CSS Flex

    • HTML
    • CSS

    1


    I encountered challenges while trying to center a div using flex. I found it difficult to achieve the desired alignment and positioning. I'm unsure of the "Summary" in the scores. What are some recommended strategies for effectively centering a div using Flexbox and ensuring responsive design?