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

my first junior challenge

@developython14

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


thank you very much in advance for your commants and advices

Community feedback

@benjoquilario

Posted

Hey @developython14 Nice job on finishing this one

Some suggestion:

  • All page content should be contained by landmarks. It will better if the structure of your html file is like this.
<header></header>
<main></main>
<footer></footer>
  • You forgot to add the base or reset elements
html { 
   font-size: 100%;
   box-sizing: border-box;
}
* {
   box-sizing: border-box;
}
  • You can check my solution here, if you want to upgrade your page Solution

Good luck

Marked as helpful

0
Byron 2,180

@byronbyron

Posted

Nice 👌

Just two things I think are worth checking/fixing...

  • Check your accessibly issues
  • Check what it looks like on a real life phone

If you do those two things after every project, you’ll smash it! 👍

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