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

Submitted

Calculator app with 3 themes

@AmitKumar-001

Desktop design screenshot for the Calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Community feedback

@AmitKumar-001

Posted

I'm waiting for your feedback and suggestions to improve it!

0

@MaximilianoDanielGarcia

Posted

Hi @AmitKumar-001, great job!

If you are wondering why isn't look centered, It's because you need to add this:

body{ 
    min-height: 100vh;
    align-items: center;
    padding: 0;
    margin: 0;
}

I think the calculator should be wider, try changing to width: 450px on #wrapper and #screen.

After you apply these it will look better.

Marked as helpful

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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