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


    This was very difficult as I tried to incorporate more and more bootstrap and kept failing. The code is not refactored or particularly good. Been tackling this for 4 days and just wanted to submit it the moment I completed it. Will try to refactor and add README sometime, hopefully when I'm less fed up with this challenge. Now off to learn more, I definitely need to.

  • Submitted


    I have mentioned a tricky solution I had to implement, in the README of this repository. The resources for this challenge also included some images as .svg files, fonts as .ttf files and some data as a .json file. I integrated the .svg and .json files into the webpage by directly typing in their code and linked the fonts from Google Fonts. I would appreciate any feedback to solve these issues.

  • Submitted


    Body-width-issue

    One issue I encountered was that the body would never achieve a width of 375px exactly, it would always be 375.2px. This created some problems with the media query and I have not found why this happens or how to solve it. I would love feedback on how to solve this.