First time using sass
What challenges did you encounter, and how did you overcome them?creating mobile version
What specific areas of your project would you like help with?Maybe there is a better way to position elements in my cards
First time using sass
What challenges did you encounter, and how did you overcome them?creating mobile version
What specific areas of your project would you like help with?Maybe there is a better way to position elements in my cards
Good job! Your solution looks good. I got some points from your code about how to use sass. Thanks
Any suggestions on how I can improve are welcome!
Cualquier recomendación de como puedo mejorar, se los agradecere
I did just finish same solution. I was looking for others solution and saw your solution. Your solutions looks good. I am also Newbie but I can give you some advices.
HTML
I think your html looks clean
CSS
Your css also looks good in general. But you should use relative units instead pixels. It may be broke your code and design and It will decrease readibility
I'm proud of how must I did this one, it took much-much less time
What challenges did you encounter, and how did you overcome them?Nothing much. Just took a moment to think of how to organise links, because I had problems with aligning them in the block
What specific areas of your project would you like help with?Would love to hear improvement suggestions on block organisation, specifically links type of. I always feel like flex for such cases are overkill
Good job. Your design looks good. I am newbie but I can you give some advices for css. You should use relative units instead of pixel. It will be better for responsive design. Otherwise your design may be ruined at some point. Also If you could comment on my solution, it would make me very happy. All suggestions are welcome
Any help would be greatly appreciated
You end resolution looks good. I am also newbie but I can give you some suggestions your HTML and CSS.
HTML
For better accessibility you can give more information in 'alt' attribute. Like:
<img src="./assets/images/illustration-article.svg" alt="illustration of HTML and CSS foundtains article" id="illustration">CSS
I think you should use relative units instead of px. Because at some point it may be break your design especially font size can be accessibility issue for your design. For example you can use:
h2 {
font-size: 1.5 rem;
line-height: 150%;
font-weight: bolder;
}
What could I do potentialy do better in my future projects? How to improve my coding to be more professional?
Hello, I am not professional frontende developer. Maybe I can't give you advice at this point but you can check my solution code and you can read my solution comments. Maybe this give you some idea.
it'is so coll to make this challenge