
Solution retrospective
Adicionei um visual diferente do recomendado pelo desafio, acredito que isso destaca mais.
What challenges did you encounter, and how did you overcome them?No inicio fiquei com dificuldades para começar, mas vi alguns exemplos e logo me habituei.
What specific areas of your project would you like help with?CSS e JavaScript
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Ryan-OHanlon
Not bad for a first attempt. This challenge is a lot more difficult when you know very little CSS like myself and my own design still needs improvement. But here is some feedback.
- Change the body element color to light gray as set in the style guide.
- Setting the body element to position absolute and using top, left to 50% and transform: Translate( -50%, -50%) will get the image and text in the center.
- Box that contains the image and text should be white
- Link the google font Outfit to the html using <link> in the head tag and the style in css or
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