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


    The logic of calculators, especially when it comes to chaining functions, is quite fun. Division by zero gives and Infinity error - I left it like this to say infinity because I thought it looked good.

  • Submitted

    HTML and CSS

    • HTML
    • CSS
    • JS

    2


    Interested to know, how long does everyone spend on a project like this?

  • Submitted


    This is my second go at an FEM project, and I enjoyed doing it. It took me about 4-5 hours of coding, plus I had to do some homework. Hardest thing was the sizing of the image. I realised I couldn't use an <img> tag because the picture has to change on a media query (yes, could have used Javascript I guess), so instead I used background: url("./images/image-header-mobile.jpg") ; background-color: var(--accent); background-size:cover; background-blend-mode: multiply;

    which seems to work. But hard to know whether I got it right when it resizes.

    Also enjoyed getting the capitalisation of the stats (10k and 12M) right using CSS and not just changing the HTML.