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


    First solution using bootstrap. All of my previous solutions have been with vanilla css which i prefer however bootstrap is part of a course i'm taking and wanted to practice what i learned. I also added a css stylesheet to add colors, background images and a few more . Please feel free to provide feedback for improvement

  • Submitted


    I'm skeptical about my approach for the range slider, I know there are many ways to build one, would like some feedback about mine and of course any other feedback is welcome.

  • Submitted


    First time using scss i hope i made good use of it for this challenge. Please provide feedback if any change is needed

  • Submitted


    Just learned about grid areas and this is my first time implementing it in a project. Please feel free to review my code I'm opened for suggestions . Thanks

  • Submitted


    Just started learning grid and this is my first grid project.. I used span property for the community section to expand the column, would it make any difference if i had used (grid-column: 1/3 instead of grid-column: span 2) , can either be used to expand rows or columns ?

  • Submitted


    is it ok to use flex-basis to reduce the size of the divs in the footer section in order to get enough space in between them. I used justify-content and couldn't get them to space out. I feel like i missed something, would love some feedback on that.