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 comments

  • Wesley 330

    @wesleyjacoby

    Submitted

    This was pretty easy to do. It was my first time using an API, and I found using Axios makes things a lot easier.

    I'm not sure why the die doesn't render properly in Firefox though. It looks good in Chrome.

    Also, I use px for everything and then at the end of the project, I manually change them to rem. Is there an easier way? Or do you just start using rem from the start?

    Thanks!

    @stripedtshirt

    Posted

    Hey I saw your site, awesome by the way. What I'd normally do is in the styling of the html tag, put in a font-size of 62.5%, that is equivalent to 10px, what that simply means is when you style with rem units, 1rem would be equal to 10px. So that just makes the conversion easier.

    Marked as helpful

    0