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


    I didn't see the data.json file, so I didn't use it xd 😂. And for some reason, the transition on the button isn't working. I dont know why.

  • Submitted


    I realized how important reusability is in React when creating the active state div : )

  • Submitted


    My code got a bit messy, but it's okay; the important thing is the outcome 😅

  • Submitted


    Finding out how many days February has proved to be a bit challenging for me, but I never really needed to know anyway, XD! I just use 31 days as a reference for all the months

  • Submitted


    Background Image Issue:

    -- Problem: I'm attempting to set a background-image in CSS, but I'm not successful. The background image is not being displayed.

    -- Code Example :

    .my-element {
      background-image: url('path/to/image.jpg');
    } 
    

    Img Tag SRC Setting Issue

    -- Problem: I'm trying to set the src of an <img> tag using JavaScript, but I'm still not succeeding.

    -- Code Example:

    var imgElement = document.getElementById('my-img');
    imgElement.setAttribute(" src ", "path/to/image.jpg");
    

    -- Question: How can I correctly set the src attribute of an <img> tag using JavaScript?

    Hover Effect Not Working on Success Button:

    -- Problem: The CSS I provided for the success button doesn't seem to work when I hover over it.

    -- Code Example : in my style.css file

    -- Question: Why aren't the CSS styles I defined for the hover state of the success button working?

    (I'm using Markdown for the first time, so please excuse any mistakes or issues that may occur. <3)