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'm finding it difficult to properly plan. How do i write cleaner code? With css I'll start off using classes but then I'll use class and element and then id. I need to standardise my code so I'm using the same classes more frequently without creating messy code.

    My JS is rough but its the first time i've done it in a while. Is it better to create an onclick event in html or have the js find the element and listen there?

    I'm happy it's functional but really want to get to a stage where it is clean and up to industry standard.

  • Submitted


    What did you find difficult while building the project? The most difficult thing was probably trying to resize the image correctly.

    Which areas of your code are you unsure of? The CSS is quite messy as i didn't build the site with mobile in mind initially.

    Do you have any questions about best practices? I've used random bits of padding and margins in certain places. It works but is this really the best way to do this. they are all in px as well. Should i be using a different format?