Learning using rem, mastering using display.
Latest solutions
Latest comments
- @ThariqRamadhan101Submitted about 2 months agoWhat are you most proud of, and what would you do differently next time?@Matt1208DevPosted about 1 month ago
Hello,
The visual is perfect. Nothing to say about your HTML. You just didn’t fill in the “alt” attribute for your image. On the CSS side, I see a lot of my own way of working in your code. Look into the “transition” property to add some dynamism to your hover animations.
0 - @RaivisPSubmitted about 1 month ago@Matt1208DevPosted about 1 month ago
Dear Raivis,
I have identified a few errors in your code.
Regarding your HTML:
- You did not provide the "alt" attribute for your image.
- Avoid using the <br> tag. The style of your page should depend only on your CSS.
- You should not use the <table> tag to arrange your avatar and its name.
Regarding your CSS:
- Study the conventions and best practices for naming CSS classes. Keep in mind that a developer reviewing your page with several hundred lines of code should quickly understand what it's about.
Aside from these few remarks, your visual is well done.
If you allow me one last piece of advice: if you haven't done so yet, learn to use CSS Flexbox; it will change your life in your layouts.
Marked as helpful0 - P@Mohammed-Osama-pgSubmitted about 1 month ago@Matt1208DevPosted about 1 month ago
The design and dimensions are accurate.
Be careful with the text on the card, it’s missing a word, and the text is a bit too bold.
There is no box-shadow in the design.Congrats for your work.
1