Design comparison
Solution retrospective
This is my first solution submitting. I'm learning more about the world of web development. Any advice and suggestion IΒ΄ll take with pleasure.
Community feedback
- Account deleted
Hello there! π
Congratulations on finishing your challenge! π
I have some feedback on this solution:
- Always Use Semantic HTML instead of
div
like<main>
<header>
<footer>
, etc for more info
1 - Always Use Semantic HTML instead of
- @GitHub-dev12345Posted over 2 years ago
If You want reduce accessibility, to change this code:
<div class="attribution"> to <footer> ( Used footer Tag for design ). πππ0 - @GitHub-dev12345Posted over 2 years ago
Congratulation ππ complete your challenge. Used this code want your card in center position :
in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }
in Card Design CSS Code used this property: align-self: center;
0 - @NaveenGumastePosted over 2 years ago
Hello Francisco ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
Wrong
font-weight
for the "eth" so change that. -
Consider using
h2-h6
elements to add identifying headings to all sections.
happy Codingπ
0 -
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