Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Clipboard landing page

Mohβ€’ 230

@Moh2106

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi everyone if there is anything to improve on my code any comments would be welcome.

Community feedback

Faris Pβ€’ 2,810

@FarisPalayi

Posted

@Moh Nice work on this challenge πŸ‘.

Some of my suggestions are:

  • change the footer lists and social media icons to links using the anchor tag(<a\>), since those are links to other webpages.
  • try not to use <p> tags as a container or wrapper. Use <div> or <span> or any other related semantic elements. Because, p tags are meant for paragraphs. And using them as not paragraphs will mess up things when it comes to accessibility.

That's all from me. Have fun codingπŸ˜ƒ

Marked as helpful

0
P
j5β€’ 2,290

@jmnyarega

Posted

Great work on finishing the challenge. A few observations: - All text is italicised, This might be the problem: https://fonts.googleapis.com/css2family=Bai+Jamjuree:ital,wght@1,300&display=swap

note this Bai+Jamjuree:ital on the link above, it is only including italics.

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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