Design comparison
Solution retrospective
This is my first project only with HTML and CSS, all my previous projects were made with TailwindCSS.
I Have learned how to create CSS classes, add fonts and hover status.
Easy project that I can say it was a challenge cause I am very used to Tailwind classes.
Tips for improve will be much appreciated.
Thank you all.
Miguel Silva
Community feedback
- @GitHub-dev12345Posted over 2 years ago
Congratulation to complete your challenge ππ 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 helpful0 - @optimusprime202Posted over 2 years ago
Hey @migsilva89, Youβre on the right track now.
Marked as helpful0@migsilva89Posted over 2 years ago@optimusprime202 Thank you for the feedback! It means a lot.
1 - @NaveenGumastePosted over 2 years ago
Hay ! Miguel Silva Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Always use
h1
first and thenh2
,h3
and so on-> 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 helpful0@migsilva89Posted over 2 years ago@Crazimonk Thank you for your comment, Still having some issues that I cant understand.
I'll focus on them, thanks for the tips.
1
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