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 comments

  • Nerywst 30

    @nerywst

    Submitted

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

    I'm glad that I could build a simple website with my knowledge.

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

    It took my time to remember the selectors and some properties in CSS, to center the div, for example.

    Gwen-lego 190

    @Gwen-lego

    Posted

    Great Job!

    0
  • P
    Aminpatra 260

    @Aminpatra

    Submitted

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

    Very proud with the final look and responsibility of the website, Looking forward to hearing your feedback ♡.

    Gwen-lego 190

    @Gwen-lego

    Posted

    Hi there, this is a really nice job that you have done here, really like how the elements slowly appear on the screen.

    1
  • @Prashant2468

    Submitted

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

    • It really help me to build my logical concept of calculations
    • Also Understanding of DOM manipulations

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

    • Challenges like solving Date issues
    • Responsiveness

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

    • Designing part helps me for creative UI
    Gwen-lego 190

    @Gwen-lego

    Posted

    Hi there,

    Just few tips to help you:

    • To make your site more responsive you can remove the height and width of the card element. .container .card { height: 66vh; width: 58%;
    • Then add a padding to your card element something like 30px to have even space all the way around, it is easier to deal with one padding than adding margin padding for each div/element.
    • when the result appears, you have a zero in front of the months that should not be there: days_ans.innerText = "0" + day;

    Well done for the calculation otherwise, I learned how to do the February month.

    0
  • Gwen-lego 190

    @Gwen-lego

    Posted

    Hi, nice work! You could add padding on the last element to make it more centered and also more space at the bottom.

    Next challenge is awaiting... :)

    0
  • @mwheeler2244

    Submitted

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

    finishing it without any issues

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

    na

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

    na

    Gwen-lego 190

    @Gwen-lego

    Posted

    Hi Michael, I have noticed that your images do not appear on your page. Looking at your HTML : <img src="./images/logo.svg" alt="">, your images are expected to be in the images folder, however in your GitHub repository they are in your main folder. Creating an image folder will fix the issue. Good luck

    0