@clarenceharreSubmitted about 2 years ago
Loading is slow due to window.onload and the use of CDN to import jQuery and the Google Font. Keen for ideas on how to improve speed :-)
Loading is slow due to window.onload and the use of CDN to import jQuery and the Google Font. Keen for ideas on how to improve speed :-)
Hello @clarenceharre.
Your solution looks fine and works correctly I would only suggest to start with the mobile design first and then use max-width
so the design looks good in any screen resolution.
Also try looking into semantic HTML, so you will not have any accesibility issue when uploading a new solution.
Here is a link if you want to read more about it: https://www.w3schools.com/html/html5_semantic_elements.asp
Hope this helps and happy coding! :)