Sunnyside agency landing page(HTML ,CSS and JavaScript)
Design comparison
Solution retrospective
This is my 7th project and I have learned so much about CSS Grid and responsive design. If I have made mistakes, feel free to correct me and tell me how I could have done things differently and give me your opinion to make my code more compact.
Community feedback
- @RubylenaPosted about 2 years ago
There are a few things of note, The welcome message "We are creatives" is not close to the desired size, you can consider specifying the font size.
A project should have only one
h1
tag.Your "Learn more" link doesn't exactly conform, you can try using an
a
tag within a container. You can then use the:: before
and:: after
pseudo-elements of the container to get a nice border below on hover.Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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