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

Painel de controle de tempo com HTML,CSS,JS

Accel-exeā€¢ 170

@Accel-exe

Desktop design screenshot for the Time tracking dashboard coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

P
Marc Francisā€¢ 520

@marcfranciss

Posted

Impressive solution!

I just notice on mobile view that the elements at the top are not showing. I suggest changing the following:

body {
  height: 100vh;     /* change to 'min-height: 100vh' */
}

.perfil-decription {
  flex-flow: column wrap; /* change to 'justify-content: space-around;'  */
  cursor: pointer;     /* add this to help user easily identify it as a clickable element */
}

Hope this helps. Cheers! šŸ»

0

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