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 comments

  • Bobby S 340

    @bobbe86

    Submitted

    Flexbox worked well with this challenge. I did not think about using grid which may have worked better in terms of responsiveness. I am always curious about best practices for media queries, breakpoints and responsive design. I usually set a max or min-width and change things from there. I could not get the fill of the button sag image to change on the clock so I made a copy for the pop up with a different fill. Other than that, I think this turned out great! Thanks for any feedback :)

    @hozayves

    Posted

    Hello brother, It's awesome for completing this challenge

    I've suggestions on how your HTML structured

    • footer came at end not inside the <main></main>

    make sure you follow these best practices

        <head></head>
        <body>
           <header></header>
           <main></main
           <footer></footer>
        </body>
    </html>
    
    Keep up
    
    0