If I have made some mistakes, feel free to comment. I'm an open guy
Andrés Gutiérrez Ramírez
@AGutierrezRAll comments
- @minu-archSubmitted 11 months ago@AGutierrezRPosted 11 months ago
Hello there @minu-arch 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
CSS and Styling:
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. Like the image, set the parent to amax-width: 50%
, and let the image to adapt widthobject-fit
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful0 - Avoid using
- @AshongAbdallah06Submitted 11 months ago
What do you think?
@AGutierrezRPosted 11 months agoHello there @AshongAbdallah06 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Wrap the primary content within the
<main>
tag instead of using it as a standalone component like a<div>
. - All the content should be contained within landmarks. Every page minimally needs a
<main>
element.
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. - Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful0 - Wrap the primary content within the
- @DebabrataBanikSubmitted 11 months ago@AGutierrezRPosted 11 months ago
Hello there @DebabrataBanik 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Consider using
<span>
or<time>
instead of paragraphs for elements that are not actual paragraphs like "Learning" and "Published...".
CSS and Styling:
- You could add the hover effect to the title. Change the color to yellow and implement a
cursor: pointer
.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Greg Hooper"
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful1 - Consider using
- @Ib-dISubmitted 11 months ago@AGutierrezRPosted 11 months ago
Hello there @Ib-dI 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Wrap the primary content within the
<main>
tag instead of using it as a standalone component like a<div>
. - All the content should be contained within landmarks. Every page minimally needs a
<main>
element. - Consider using
<h2>
for each card titles, instead of a<h1>
for each card title.
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. - Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
0 - Wrap the primary content within the
- @MustafaKemalVSubmitted 11 months ago
This is the second project I'm trying to do. I am trying to use commands to position images, text and diagrams, but if you know more practical or more accurate positioning commands, I would like to hear your advice. Your comments and feedback are valuable to me.
@AGutierrezRPosted 11 months agoHello there @MustafaKemalV 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Wrap the primary content within the
<main>
tag instead of using it as a standalone component like a<div>
. - All the content should be contained within landmarks. Every page minimally needs a
<main>
element. - Consider using
<span>
or<time>
instead of paragraphs for elements that are not actual paragraphs like "Learning" and "Published...".
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Jules Wyvern"
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful1 - Wrap the primary content within the
- @AnlperrSubmitted 11 months ago
All feedback is welcomed thank you in advance.
@AGutierrezRPosted 11 months agoHello there @Anlperr 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Consider using
<span>
or<time>
instead of paragraphs for elements that are not actual paragraphs like "Learning" and "Published...".
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. - Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Greg Hooper"
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful2 - Consider using
- @OscarCasEscSubmitted 11 months ago
What do you think I can improve?
@AGutierrezRPosted 11 months agoHello there @OscarCasEsc 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Consider using
<span>
or<time>
instead of paragraphs for elements that are not actual paragraphs like "Learning" and "Published...".
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Greg Hooper"
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
1 - Consider using
- @MundiaNderiSubmitted 11 months ago
First app with React! It's a simple implementation but I am happy to be dipping my toes in React and building my confidence.
@AGutierrezRPosted 11 months agoHello there @MundiaNderi 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Wrap the primary content within the
<main>
tag instead of using it as a standalone component like a<div>
. - All the content should be contained within landmarks. Every page minimally needs a
<main>
element.
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. - Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
- The
body
should not have itsheight
limited. Instead of usingheight: 100vh
, usemin-height: 100vh
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful0 - Wrap the primary content within the
- @Med-koSubmitted 11 months ago
Hey everyone, this is my take on the blog preview card challenge. it's my second challenge so far so I'm hoping I did better. I had some problems with @media querry when setting the width of The main element, so I really hope you'd advise me on that. Thank you very much in advance!
@AGutierrezRPosted 11 months agoHello there @Med-ko 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
- Consider using
<span>
or<time>
instead of paragraphs for elements that are not actual paragraphs like "Learning" and "Published...".
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. Replace thewidth: 25%
in themain
for amax-width: 384px
- Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
- The
body
should not have itsheight
limited. Instead of usingheight: 100vh
, usemin-height: 100vh
.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Greg Hooper"
or you could leave it emptyalt=""
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful1 - Consider using
- @D-SalkovicSubmitted 11 months ago
Feel free to comment any improvements :)
Also I would like some suggestions how to change my
:focus
selector to match the border radius and color of my.button
elements.Thanks in advance :)
@AGutierrezRPosted 11 months agoHello there @D-Salkovic 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
-
Wrap the primary content within the
<main>
tag instead of using it as a standalone component like a<div>
. -
All the content should be contained within landmarks. Every page minimally needs a
<main>
element. -
Consider using
<picture>
tag that is commonly used for responsive images, here you can specify the difference image sources for different screen sizes and devices. For example:<picture> <source media="(min-width: 640px)" srcset="/images/image-product-desktop.jpg "> <img src="/images/image-product-mobile.jpg" alt=""> </picture>
Check that
srcset
andsrc
are correct and change themedia
if you want the desktop image to kicks in on a previous or later screensize.
CSS and Styling:
- Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. - Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
- The
body
should not have itsheight
limited. Instead of usingheight: 100%
, usemin-height: 100vh
.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful1 -
- @learningtogetheruaSubmitted 11 months ago
Thx for any feedback
@AGutierrezRPosted 11 months agoHello there @learningtogetherua 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
General Structure and HTML:
-
Wrap the primary content within the
<main>
tag instead of using it as a standalone component like a<div>
. -
All the content should be contained within landmarks. Every page minimally needs a
<main>
element. -
Consider using
<picture>
tag that is commonly used for responsive images, here you can specify the difference image sources for different screen sizes and devices. For example:<picture> <source media="(min-width: 640px)" srcset="/images/image-product-desktop.jpg "> <img src="/images/image-product-mobile.jpg" alt=""> </picture>
Check that
srcset
andsrc
are correct and change themedia
if you want the desktop image to kicks in on a previous or later screensize.
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- Avoid using
px
forfont-size
, you could read this article to learn why. Letter spacing and line height must not be inpx
, userem
for all the font-related properties. - Instead of fixed widths, employ
max-width
andmin-width
for flexible and responsive design. - Let the content decide the height of the elements. Use padding and margins strategically for this purpose.
- The
body
should not have itsheight
limited. Instead of usingheight: 100%
, usemin-height: 100vh
.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
0 -
- @madhavan-tsSubmitted 11 months ago
I have completed this as my 7th challenge in Frontend Mentors. I am glad to accept any feedback and suggestions regarding the accessibility and the techniques that I have used to develop the webpage.
Advance thanks for any comments 🫡.
@AGutierrezRPosted 11 months agoHello there @madhavan-ts 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
Accessibility and Semantic HTML:
- The icons/illustration images are decorative, so their alt text must be empty:
alt=""
. - Profile image could benefit from a more descriptive alt text, like
alt="Headshot of Jules Wyvern"
or you could leave it emptyalt=""
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
1 - The icons/illustration images are decorative, so their alt text must be empty: