Responsive Landing page using HTML && CSS && JavaScript

Solution retrospective
I am proud of myself that I finally managed to link HTML and CSS pages.
What challenges did you encounter, and how did you overcome them?I encounter a many challenge Because this is my first time writing JavaScript and linking it with a web page, I spent a lot of time writing and connecting the code and learning something new .
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@mpujazon
Hello Ahmad! I reviewed your code, and I think it's very close to the design.
You imported the font from Google Fonts correctly, but I noticed you forgot to apply `font-family: 'Manrope', sans-serif; to the body selector.
Great job on the CSS and HTML. As for the JavaScript, I think you can simplify it by handling the hover styles with CSS instead. I’d suggest using JavaScript only to show and hide the social icons.
Nice work, keep coding :D!
- @alinakanivecka
Almost all good, only fonts should be smaller.
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