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 was able to replicate the design and add hovering links to the Webpage using the anchor element's href attribute.

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

    I wanted th entire element containing the links to change while hovering, but first I had the anchor element wrapped around the paragraph element which made only the text interactable. After i wrapped the entire div containing the text within an anchor element I was able to accomplish my initial desire.

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

    I really need help in picking fonts and colors. I am not sure what to pick for what element and for what purpose. I look forward to choosing fonts and colors that are more user friendly and continue the development process.

  • Submitted


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

    I was able to contain the .paragraph element within the .card element. I did this with 'overflow-wrap' css-property. This is a new css property that i learned during this project.

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

    I had to make the paragraph element to wrap within the parent element. I was able to accomplish this with the help of overflow-wrap. This CSS property wraps the contents of the element within its parameters.

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

    I would need much help in sorting out which colors to pick and where to use them, I am not well versed in designing. It would be helpful if I can make some elements more reactive. Thank You!

  • Submitted


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

    Was able to come up with an idea to link my github page to the qrcode.

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

    Was confused on how to center the card in the display. I tried to position it and failed, later realised flex makes it easier.

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

    Need help in reducing the amount of css code i am using. I am not sure if all are really useful. I am always checking twice for unwanted piece of code.