Using HTML & CSS

Solution retrospective
Any feedback on my scripts will be appreciated!
Just wondering, why my profile-card suddenly has a bit of transparency? I tried to figure out why but I seemed to not find the reason why.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hassanahmadp
Well done Shafiq!
You have done a great job. Here are a few suggestions for you:
- You should use only those font-weights which are recommended in the
style-guide.md
. - For adding a background color you don't need to make a separate div and give it a background-color (correct me if I am wrong).
- Give the body a
height: 100vh;
andwidth: 100vw;
and there is no need to have a div classedbackground
and if it is necessary then you can give itheight: 100%;
andwidth: 100%;
.
Other than that everything is done perfectly... I have also done this project... Here is the link to that have a look and give me suggestions too.
- You should use only those font-weights which are recommended in the
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