Latest solutions
product-preview-card-component-main
Submitted 12 months agoDon't know how to apply 2 fonts to the project. Feedback is appreciated!!
Latest comments
- @raymondkembs@Marcius55
Nice job, I can see that you are trying to center your project by wrapping it into a section. It's good that you try, but better practice would be just making it centered in the body section. Display flex; justify-content: center; align-items: center; height: 100vh;. Therefore, this is going to make the project centered.
- @ryanslabroomWhat are you most proud of, and what would you do differently next time?
I want to improve on making the site more aesthetically pleasing.
What challenges did you encounter, and how did you overcome them?Making an underline, I decided to use a div and make the height really small and the width really long.
@Marcius55Good job! But try to avoid things like margin-top: 25px, or margin-left, in your container, there are items that arent aligned vertically with the elements. It's a better practice to use padding property
- P@katrien-s@Marcius55
Good work!!!
- P@oryanhachWhat are you most proud of, and what would you do differently next time?
Making sematic HTML elements.
What challenges did you encounter, and how did you overcome them?Using flexbox, I used ChatGPT for guidance which is ok, but I hope to become more confident using Flexbox without guidance soon.
@Marcius55Very nice work! Keep it up
- @Sudharsan-3@Marcius55
As you can see on the buttons there's a lighter shade on the top. Use border-style: solid; to make the whole border solid, so there won't be any shades.
Marked as helpful