This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: Github
- Live Site URL: Github Page
- HTML and CSS
Initially I thought that it would be difficult to set the github icon in the right place, but I found this to be quite easy, so I am proud of these lines.
.github-link {
...
position: absolute;
right: 25px;
top: 5px;
...
}
In my next projects I would like to improve some animations and hover effects, and also learn more about responsive pages.
- MDN web docs - These tutorials have really helped me with the basics, and I think they're a great learning resource.
- Name - Matheus Ribeiro Martins
- Frontend Mentor - @Matheus-RM