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?

    maybe the workflow .

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

    to use hover , i used hover before many times but this time i make a mistake to write code correct . i overcome them by searched and then i know to not give space between them i know it is a little mistake but it takes many time to solve it .

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

    i most liked to overcome from challenge i faced like ->

    hover mistake

    font face to use

    setting all things to overcome my last challenges mistake .

    hope ! this time it will be right working.

  • Submitted


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

    I have a question --> why does my file looks different in edge and different in google chrome .

    in edge my files looks prefect but in chrome my files looks different its like look everything goes up .

    why does it happens ?

    i don't know it happens on only laptop or anyone else also so please, preview my solution if you see this so. Please give me feedback .

    OR

    if u know why its happened , then please let me know about this also and also u know how to resolved it , so please help me also to resolved it .

  • Submitted


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

    *) I encounter challenge to put @media query in CSS , and I try this many time but it doesn't work. **) Then I search about it , I get answer -->> beacuse of this code line [ ] , I cannot see apply of media query or I write wrong code.

    ***) I hope this will be true , if it is not , please give me your feedback !!

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

    1. I like to get help in @media query area .

      I put this code in my style.CSS -->>

    [ /* for mobile */

    @media screen and (max-width: 375px) {

    [class*="Qr-code"]{
    
        height: 100%;
    
    }
    

    }

    /* for desktop */

    @media screen and (max-width: 1440px) {

    [class*="Qr-code"]{
    
        height: 70vh;
    
    }
    

    } ]

    or you can see this in my git repo

    I cannot see this code applying my code if I am wrong someplace , please correct me or help me to come out from this( how to use @mediaquery or make responsive website).