Newsletter

Solution retrospective
I'm proud of this piece of CSS because, even though it's simple, it solved a problem I had in a very straightforward way.
What challenges did you encounter, and how did you overcome them?@media screen and (min-device-width: 600px) { body { place-content: center; } }
All the JavaScript was a challenge. I was able to do some parts on my own, like changing the image depending on the screen size. I did everything else by checking the freeCodeCamp website and using ChatGPT.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@a-d14
looks good but maybe you should show the custom error message even when the input is empty. maybe you can modify for JS code to reflect that.
Marked as helpful
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