Latest comments
- @achecoSubmitted about 2 months ago
- @VeracruzjwSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I was able to use grids, and I'm better at mobile view.
What challenges did you encounter, and how did you overcome them?I was stuck at the grid arrangement, but I sorted it out using nested grid solution.
What specific areas of your project would you like help with?I would like to learn more about span.
P@madmarketingproPosted about 2 months agoYes, span seems to be very helpful. A great tool to have in your CSS arsenal. I see you used a background color for the boxes and got the proper aesthetic for it. I used border-top but it curved too much at the corners due to the border-radius. So, I didn't get the proper effect.
0 - P@madmarketingproSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
Glad I was able to complete this project and continuing to add a little bit more complexity, while it continues to get a little easier.
However, I did realize I am unable to get both the styled button along with the text to change color at the same time in hover state.
I also noticed that on mobile only the text clickable, but not the rest of the styled box element.
P@madmarketingproPosted about 2 months agoI've started practicing for 1.5 months so far so a lot to learn. Your answer was very helpful - thank you!
0 - @VeracruzjwSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I was able to finish the project within my planned time.
What challenges did you encounter, and how did you overcome them?The img was not visible in the mobile view. I later remembered to give it a height, and it became visible.
What specific areas of your project would you like help with?I would like to work more on my mobile web design.
P@madmarketingproPosted about 2 months agoI recommend setting the width to a px or relative unit like rem. This would help it when changing the viewport width.
0 - @amysjenSubmitted 2 months agoP@madmarketingproPosted about 2 months ago
Margin: auto would help you center your container element. Also, you could set the width of your container element and add display: block. This would force the image to be sized within the container element.
I hope that helps!
0 - @jdtb4Submitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I am happy because I now understand the html structure better.
What challenges did you encounter, and how did you overcome them?I haven't understood how to add the fonts without importing them, i will try to apply it in the next challenge.
What specific areas of your project would you like help with?I would like to know what i can improve in my code. Thanks :)
P@madmarketingproPosted about 2 months agoYour work came out great! I noticed you mentioned you could not understand how to add code without using import there is also the < link rel="" href="" > option. Google recommends using preconnect for this as well.
0