css grids still cause difficulties
What specific areas of your project would you like help with?I will be grateful to those who point out mistakes
css grids still cause difficulties
What specific areas of your project would you like help with?I will be grateful to those who point out mistakes
Hi Michael, This task was really cool to do and very challenging, because of the CSS grid. I'm much more familiar with flexbox, but grid is amazing. I will take the opportunity to apply it to other projects to learn more. One point I identified is just a detail. Regarding the weights for the <p> paragraphs that you may have missed, I don't know if it's my screen, but I had to use a lighter gray to be closer to the design. I always find it interesting to use a separate style file to organize the code. It's really cool that you use variables. How about you try using Sass as a css preprocessor next time, it's a skill companies always ask for
You did a great job. I would like to point out some points that you can apply in the next challenges to further improve your skills. I'm also using these techniques on mine and I'm getting used to them.
Semantic Structure: Use semantic elements such as <header>, <main>, <section>, and <footer> to improve document structure and accessibility.
Accessibility: Add aria-label in brackets and navigation to describe its functions, improving the experience for screen reader users.
Social Network Links: Transform buttons into links (<a>) within a list (<ul>), which is more semantic for browsers and SEO tools. Also including target="_blank" and rel="noopener noreferrer" for security and SEO.
Profile Image: Improve the image alt to describe the photo, which is crucial for accessibility.
This is the first project challenge i did on frontend mentor . I didn't know about frontend mentor before but now that I know it, will definitely explore more challenges.
What challenges did you encounter, and how did you overcome them?i had basic knowledge of html and css so it was a piece of cake
What specific areas of your project would you like help with?figma to design