Jonathan Kila
@Excelsior2021All comments
- @RaniaAwny@Excelsior2021
Hi @ RaniaAwny,
Well done for completing the challenge.
I think you've done a good job! Nothing to report!
- @Denaro13@Excelsior2021
Hi Usman,
I don't know if I understand correctly. Are you trying to stop child elements overflowing the parent?
If so, you can set
max-width: fit-content
andmax-height: fit-content
This way the the child elements will not overflow the parent.
Marked as helpful - @Shelton-Rolle@Excelsior2021
Hi @Kila,
You have my surname as your username! 😮
Well done for completing the challenge.
Just a few things I noticed:
- The font is not being applied to all of the text in the preview site
- For both the mobile and desktop views, try to add some margin/padding at the bottom of the page for UI.
- The mobile menu, when you scroll down it the menu goes with it, maybe you can try to implement a way for it not to scroll at all when the menu is open?
- At a certain breakpoint for the desktop view, the main image no longer lines up with the rest of the content. Something else to fix?
Apart from that, good job!
- @Georgenico@Excelsior2021
Hi @Georgenico,
Well done for completing the challenge.
I would say try adding the "icon" class to the <svg> opening tag instead of the <path /> tag.
- P@Nikitossik@Excelsior2021
Hi @Nikitossik,
Well done for completing the challenge. I also struggled with the hero image.
For the buttons with linear gradients. What I did was use the opacity property and set it to 0.5 on hover, I believe it gives the effect that we want.
Marked as helpful - @Zaratosh13@Excelsior2021
Good job!
Interesting solution to how to implemented the change of the images from desktop to mobile. This is a solution I will explore as I struggled with this also.
Marked as helpful - @Galeanas93@Excelsior2021
Hey,
Good job, looking good!
Few things I have noticed:
- You have to click the rating twice before it is highlighted.
- When you click the submit button without selecting a rating, it still goes to the confirmation card.
Try to see if you can fix those issues. Also, maybe add a min-width for the main component. When I reduce the viewport to a certain point, the design breaks. Good luck!
- @khaleed2002@Excelsior2021
Hey Khaled,
Good job! A few things I noticed:
-
When I select a number the previous number is highlighted grey whilst the selected number is highlighted orange.
-
When the screen is resized, the elements are all over the place.
See if you can fix these issues. Good luck!
Marked as helpful -