Profile card component

Solution retrospective
feedbacks please (:
Please log in to post a comment
Log in with GitHubCommunity feedback
- @GitHub-dev12345
Use this code to increase the size of card : 😊 used this CSS Property in your card to increase and decrease the size of card:
1.In Card design CSS Code Used this:
transform : scale(0.8); this property decrease the size of card. 😉
large size for increase the number of scale & small size for decrease the number of scale
I hope you find this helpful 😊
Marked as helpful - @NaveenGumaste
Hay ! ABDELRAHMAN H M ABUHASAN Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
Marked as helpful - @GitHub-dev12345
Congratulations 🎉 finished your project. To reduce the accessibility change this code . 👇
<div class="main">. to <main> ( used main tag). I hope you find this helpful 😊
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