Juan Trujillo
@jdtb4All comments
- @FernJBatistaSubmitted 12 months ago@jdtb4Posted about 1 month ago
Good job, your desing looks really good. Just one thing, try to make the desing fit on others screens sizes.
0 - @AljonLaxamanaSubmitted about 1 month ago@jdtb4Posted about 1 month ago
Hi, you did a very good work in this challenge, congratulations!
0 - @vijay1marojuSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I feel good that I started using CSS grid and flexbox now.
What challenges did you encounter, and how did you overcome them?I faced challenges with media queries, I tried my best to make the mobile version look better, but I don't know if it is as good, I think I did quite good in desktop version.
What specific areas of your project would you like help with?I would like to improve with media queries, dealing with image resizing and image replacement in media queries.
@jdtb4Posted about 1 month agoHi, first of all congratulations, you finished the challenge.
- Change the
grid-template
togrid-template-columns: repeat(2, 1fr);
that would fix the error in the grid. - Use
margin: 10% auto;
to center the card. - Add
border: none
in the button to remove the border black. border-radius: 15px;
will round the corners of the card.
0 - Change the
- @KabadonSubmitted about 2 months agoWhat specific areas of your project would you like help with?
Feedbacks are open! I'm having trouble with the paragraph, responsiveness between phone and desktop layout. If possible, please suggest me on how to make a cleaner CSS code. Thank you ^^
@jdtb4Posted about 2 months agoHi!, first of all congratulation, you have finished the challenge.
The desing is so good but it looks a little smaller.
- Try to use semantic HTML, this will help you make the code more understandable and reusable.
- Change the size of the font
font-size: 16px
. - Add a
line-height: 1.5
on the body; - Remove all widths in
px
, that gives a component a fixed size, we want it grow and shrink according to the screen size. - Remove the
padding
in themainpage
and try to add it in the different components of the recipe, it will solve the width of the img on the mobile screen.
Marked as helpful1 - @OsteenJrSubmitted 2 months ago@jdtb4Posted about 2 months ago
Hello Austine, first off all goob job, you finished the challenge.
Your design looks so good, the
transition
you added when the cursor hover the buttons made it looks more profesional.I only recomend you to try to use more semantic HTML to structure the code, that will make your code cleaner and readable.
Marked as helpful1 - @psandreSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
As descobertas sobre diretórios, subdiretório, caminhos relativos e caminhos absolutos
What challenges did you encounter, and how did you overcome them?tive dificuldade em encontrar o caminho do arquivo de imagem e ícone, dentro do git para exibição no https://psandre.github.io/blog-preview-card-main/.
Declarando sem o (.) não aparecia as imagens <img src="/assets/images/csshtml.png" alt="imgpc" class="imgpc" >
Declarando como (.) aparecia as imagens <img src="./assets/images/csshtml.png" alt="imgpc" class="imgpc" >
What specific areas of your project would you like help with?A princípio eu não encontrei a imagem original do card, sendo assim substitui por outra imagem, acabei gostando e mantendo a então imagem. No entanto, minha dúvida seria esta.
@jdtb4Posted about 2 months agoHi Andre 👋, first of all good job, you finished the challenge.
Your code is good but it would better if you use semantic Html.
I use a extension in my VS code editor that make easier to find the route to the files, is Path Intellisense, it would help you with the image. You only need to write "./" and navigate in to the folders.
In this challenges you have to be as more faithful to the design as possible.
- Add more radius on the card, like 20px
- Change the px for rem in the font-size propperty
- Use h2:hover to change the background color when the cursor hovers the tittle
- Try to use the weights in the fonts: 500, 800 in the font-weight insted of bold.
- On the body add min-height: 100vh and gap: 20px that separates the card from the top and add space between the body and the footer.
Marked as helpful1 - @jdtb4Submitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I am happy because I choose better the properties that I use to make the design. Next time i will learn more about media querys.
What challenges did you encounter, and how did you overcome them?Adjust the code to the desing is always the most significant challenge.
What specific areas of your project would you like help with?I would like to understand better the media querys and what i can improve of my code. Thanks :)
@jdtb4Posted about 2 months agoThank you so much for the review, it has helped me a lot!.
1 - @rominho99Submitted 2 months ago@jdtb4Posted about 2 months ago
Good job, I like the way you add the color to the backgroud. The code is readable but I recommend using semantic HMTL.
Marked as helpful0