.
What challenges did you encounter, and how did you overcome them?How to add transparent color and svg to image.
What specific areas of your project would you like help with?.
Not much, if you have any feedback you would like to share please don't hesitate
If you have any feedback that can help or imporve my code please dont hesitate to commet
.
What challenges did you encounter, and how did you overcome them?How to add transparent color and svg to image.
What specific areas of your project would you like help with?.
Hello polinagusakova, Great work, Hope this feedback helps.
Meta Tags for SEO: Consider adding meta tags for better search engine optimization and social media sharing.
Ensure the alt attributes for images are descriptive for better accessibility.
Link Accessibility:Provide a descriptive link text or aria-label for better accessibility:
<a href="#">Coded by Polina</a>
i am proud of centering the social card in the middle of the webpage.
What challenges did you encounter, and how did you overcome them?how to center the social card and i overcame it by display:flex; , justify-conten:center; , align-self:center;
What specific areas of your project would you like help with?i need help in media query, how to place rule for mobile and desktop design
Hello Brown, Great work, here is my feedback hope it helps.
Meta Tags for SEO: Consider adding meta tags for better search engine optimization and social media sharing.
Link Attributes:The alt attribute is not valid on a <link> element. Remove it from the favicon link.
Image Accessibility: Ensure the alt attribute for the image is descriptive:
<img src="IMG-20240510-WA0031.jpg" alt="Profile picture of Mimvili Brown">
Any area that needs help
Hello Anita,Great work, here is my feedback, I hope this helps
Meta Tags for SEO: Consider adding meta tags for better search engine optimization and social media sharing.
Link Attributes:The alt attribute is not valid on a <link> element. Remove it from the favicon link:
Button Accessibility:Add an aria-label to the button for better accessibility:
<img src="carticon.svg" alt="Shopping cart icon"> Add to Cart </button>```
I am most proud of the fact that i could finish this challenge
Hello KingX, Great work. Here is my feedback
Meta Tags for SEO: Consider adding meta tags for better search engine optimization and social media sharing. For example:
<meta property="og:title" content="Frontend Mentor | Order summary card"> <meta property="og:description" content="Order summary card project from Frontend Mentor.">``` **Correct the favicon type. The current type image/x-pneg seems to be a typo. It should be image/png:** <meta property="og:image" content="illustration-hero.svg">
fh
What challenges did you encounter, and how did you overcome them?fdh
What specific areas of your project would you like help with?gch
Hello Surya, Great work Here is my feedback
Improve alt Attribute:
Fix Typo in .small Class:
Remove Duplicate Rule:
I'm proud of how it came out i thought i wouldn't be abble to make it look that good- I'm also proud that this time i found out how to center the card without using any weird theqniques
What challenges did you encounter, and how did you overcome them?For me is a challenge make the font sizes smaller for mobile without media queries because i actually have no idea how to do that so i just used media queries instead for the moment. Another challenge I encountered was to make the hover title yellow without making all the texts yellow, I overcame that by assigning the color black directly to the other texts instead of leaving them black as default and I was able to achieve it.
What specific areas of your project would you like help with?i would like to know how to make font sizes smaller for mobile without using media queries
Hey martinna, great work
Descriptive Alt Text: Provide descriptive alt text for all images for better accessibility.
CSS Class Naming Convention: Ensure that class names are meaningful and follow a consistent naming convention, such as BEM (Block Element Modifier).
Accessibility
Alt Text for Images: Always include meaningful alt text for images: