using grid for the buttons and Math.floor to round the calculations up
Design comparison
Solution retrospective
I worked with css grid and position relative to prosition things. on the javascript i used variables to do the calculations but didnt know how to set up the reset but thats why i used a side refresh function.
Community feedback
- @godmayhem7Posted almost 2 years ago
hey @roleigh1 your code was cool 👌👌, but you made quite some mistakes in your code javascript especially and you didn't write the correct file path for the icon at the title of your website; it is suppose to be this
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
not this<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
, i always advice people to test their codes for bugs before and after commiting it to their repository this really helps out cause you might be good at programming and coding in general you might have made some mistakes in you code, this action called debugging helps you realise your shortcomings and helps you mend and improve your code, the rest of your code was okay 👌, hope this feedback was helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord