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

Bar code challenge using html and css

Oluwa-Sanniā€¢ 40

@Oluwa-Sanni

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I am proud that i was able to make this design and also the fact that i was able to navigate through git hub since this is my first time actually utilizing github.

What challenges did you encounter, and how did you overcome them?

Major encounter was box-shadowing in the stylesheet but i made research to resolve this. The other challenge is making the design centralized, this is yet to be resolved by me.

What specific areas of your project would you like help with?

I need help with design.

Community feedback

@DavidCasanova83

Posted

Heyyy nice work.

If you want center your content you can use Flexbox. With some CSS on your <body>

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
1

Oluwa-Sanniā€¢ 40

@Oluwa-Sanni

Posted

Thank you for this. @DavidCasanova83

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