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 have made a concerted effort to optimize the CSS to the best of my ability.

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

    I recently discovered that we can modify the cursor using cursor: url('file location');, which was new to me. I experimented with this feature and implemented it in this code.

  • Submitted


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

    I'm proud of pushing myself to use CSS Grid more in this challenge, even though I'm still getting the hang of it. I made sure to use it as much as I could to tackle the problem.

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

    I encountered difficulties in achieving responsiveness for the share box, which initially posed a challenge to resolve within a single day. However, upon discovering the CSS calc() function, I successfully utilized it to address this issue, ultimately leading to a satisfactory outcome.

    • Calc() definition: The calc() function in CSS is a mathematical function that allows you to perform calculations to determine property values. It enables you to combine different units of measurement and perform addition, subtraction, multiplication, and division within a CSS property value. This feature is particularly useful for creating flexible and responsive layouts, where values need to be dynamically calculated based on various factors.

    Also I didn't knew about how to make a triangle in center of a box. This challenge helped me out in making that triangle using CSS.

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

    open to all kinds of feedback :)

    Thanks in advance

  • Submitted


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

    Open for any kind of feedbacks :)

  • Submitted


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

    I take pride in completing the development of this entire webpage while acquiring new skills in CSS and JavaScript fundamentals. Notably, I prioritized mobile responsiveness from the outset of this project.

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

    Challenges encountered:

    • Understanding the distinction between form.error and form .error in CSS was initially unclear to me. However, through online research, I was able to discern their differences.

    Explanation:

    • form.error: This selector targets an element with both the classes "form" and "error", identifying elements with both classes applied simultaneously.

    • form .error: This selector targets an element with the class "error" that is nested within an element with the class "form", irrespective of nesting depth.

    Additionally:

    • I enhanced my comprehension of the "e" event object in JavaScript and its practical application.

    Explanation:

    • "e" facilitates easy access to properties and methods of the event object when necessary.

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

    Please provide me with feedback if you find anything that is not up to the mark, or if there are any areas where I can improve for my future projects.

  • Submitted


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

    I am proud of the responsiveness that I used in this project also I used root selector which I use very often and also I tried using more of "rem" instead of "px". I tried writing code more professionally.

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

    Mainly the image responsiveness and the whole responsiveness part was hard for me but I tried googling and watching YouTube videos, which guided me in the right direction.

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

    I would like more help to know that what should I create first? As in should I try making responsive website first or should I make desktop friendly website first? I am confuse in this part. Please guide me in this direction for my future projects. Also apart from this if you find any suggestion which will be helpful for me. Please let me know. Thanks in advance.