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

le2dy 10

@le2dy

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


Q1. how to locate attribution text to bottom?

Community feedback

mslysz 150

@mslysz

Posted

Welcome. To place the attribution section at the bottom of the page instead of the static position use position: fixed in your CSS styles like this:

.attribution { position: fixed; bottom: 0; left: 0; right: 0; font-size: 11px; text-align: center; }

The element will be fixed perfectly at the bottom of the page. I hope I have helped. Kind regards.

Marked as helpful

0

le2dy 10

@le2dy

Posted

@mslysz I solved the problem. Thanks to your advice.

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