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

QR code component

#sass/scss#accessibility
Aneta 180

@anetaanette

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


Hi everyone! As soon as I saw this challenge I wanted to so it asap because it looked like a newbie level and it was definitely easier than the other ones. It took me around 40 minutes to complete it together with the screenshots, readme etc. I have one question tho. How do you make the footer 'float' to the bottom and center? Please let me know what else I could improve. Thanks and happy coding! Aneta

Community feedback

Hania B. 1,360

@techanthere

Posted

Nice effort @anetaanette, keep it up. I think you should just put some margin-top on attribution class. I will really recommend not to use the class selectors this way, instead you can simply put the name of the element or better to use classes and then select that same class only for styling. Like for instance, instead of using body > main, use main, replace body > main > img with img selector only. Putting higher specificity is not a good choice unless really required.

Marked as helpful

0

Aneta 180

@anetaanette

Posted

@techanthere thanks a lot!

0
Grzesiek 90

@GR1807

Posted

Cześć, Górny paragraf wygląda nieco inaczej niż jest w projekcie. Za pomocą paddingu zawęź szerokość pola.

pozdrawiam Grzesiek :)

Marked as helpful

0

Aneta 180

@anetaanette

Posted

@GR1807 poprawione, dzięki!

1
P
AK 6,700

@skyv26

Posted

Hi! Use below property to center

width: 100%;
bottom: 2%;
left: 50%
transform: translate(-50%, -2%);

It will make your footer center.

0

Aneta 180

@anetaanette

Posted

@skyv26 somehow with the bottom 2% it didn't work :( but i changed it to 0 and its just fine. thanks tho!

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