Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
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

time tracking dashboard main

#sass/scss
Omar Elbastawesyβ€’ 230

@omarelbastawesy

Desktop design screenshot for the Time tracking dashboard coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


this is timer tracking dashboard main

Community feedback

Travolgi πŸ•β€’ 31,480

@denielden

Posted

Hi Omar, I took some time to look at your solution and you did a great job!

Also I have some tips for improving your code:

  • add main tag and wrap the card for Accessibility
  • remove all margin from .container class
  • remove all padding from body
  • try to use flexbox to the body for center the card. Read here -> best flex guide
  • after add min-heigth: 100vh to body because Flexbox aligns to the size of the parent container

Overall you did well :)

Hope this help and happy coding!

Marked as helpful

0
Dev Rathoreβ€’ 2,600

@GitHub-dev12345

Posted

Congratulation πŸš€πŸ˜ complete your challenge. Used this code want your card in center position :

in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }

in Card Design CSS Code used this property: align-self: center;

I hope you find this helpful 😊 .

Marked as helpful

0
Kamasah-Dicksonβ€’ 5,610

@Kamasah-Dickson

Posted

Okay so your solution looks great on mobile good job Keep codingπŸ‘

Marked as helpful

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