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 have used the approach of changing src value to switch between light and dark mode. Is there any better way to do this?

    if (darkMode == "enabled") {
      enableDarkMode();
      // img.src = "images/icon-moon.svg";
      document.getElementById("theme-changer").src = "images/icon-moon.svg";
    }
    
  • Submitted

    html, css and js

    #accessibility#foundation
    • HTML
    • CSS

    0


    How can my make webpage more accessible?

  • Submitted

    Multi-Step-Form

    #foundation
    • HTML
    • CSS
    • JS

    0


    Challenges

    1. It was difficult for me to sync the changes between toggle button to switch plan mode and update the plan details on the card

    Solution I need

    1. I don't able to find a way to add validation to proceed next step of the form for example if the plan is not choosed, or how can I stop the user from moving ahead if the info field of the user is empty
  • Submitted

    Age calculator app

    #foundation
    • HTML
    • CSS
    • JS

    0


    1. My layout is not responsive completely, how can I make it responsive especially width of the container
    2. How can I refactor code in the javascript section or some best practices recommendation
  • Submitted


    Q1: I am not sure about how to add the background curve pattern to the stay productive section of the web page.

    Q2: This is my first tailwind project do you recommend any best practices for using tailwind in any project

  • Submitted

    QR code component

    #foundation
    • HTML
    • CSS

    0


    Any suggestion improve the design

  • Submitted

    Huddle landing page solution

    #foundation#accessibility
    • HTML
    • CSS

    0


    Any feedback related to structuring HTML and CSS layout

  • Submitted

    Built with html and css

    #foundation
    • HTML
    • CSS

    0


    Looking forward for an feedback to improve my design further

  • Submitted

    Html and CSS only

    #foundation
    • HTML
    • CSS

    1


    Any feedback will be appreciated :D

  • Submitted

    HTML CSS Grid Flex box

    #foundation
    • HTML
    • CSS

    1


    1: How can we reduce the height of grid because if I reduce the height of testimonial-container, grid-items starts overflowing from the container? 2: My third testimonial as mentioned in HTML code is overflowing the container, how do I fix that also? 3: Any suggestion to improve the CSS code

  • Submitted

    HTML5 and CSS

    #foundation
    • HTML
    • CSS

    2


    What advice would you give me to help me improve my CSS code or writing the CSS better way?

  • Submitted

    CSS Grid, HTML5

    #foundation
    • HTML
    • CSS

    1


    I am a beginner and learning frontend dev. Would love to get your opinion on to make CSS code more cleaner and please feel free to suggest any better solutions to this project.

  • Submitted

    HTML, CSS flexbox

    #foundation#sass/scss
    • HTML
    • CSS

    1


    How can I optimize my css code a bit further like properties needs to be used instead of what I have used to achieve the challenge layout or techniques while writing css?