RyanFoerster
@RyanFoersterAll comments
- @rimhadevSubmitted 8 months ago@RyanFoersterPosted 7 months ago
Good work, but don't forget to generate a new screenshot because this one doesn't look responsive at all!
0 - @floHalInetumSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
This is my first grid ! I'm proud of it :)
What challenges did you encounter, and how did you overcome them?The top-border color... The box-shadow...
What specific areas of your project would you like help with?The top-border color doesn't seems right to me... The html could be better...
- @123dakaloSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
Text decoration for crashing the old price
What challenges did you encounter, and how did you overcome them?Fontawsome somehow icons were not working, so I decided to use SVG pic on button so yeah that was my challenge.
What specific areas of your project would you like help with?Coders always tell me to code from phone device to computer device and I don't understand maybe someone from here we can use video call and assist my mistakes that would be so much help
@RyanFoersterPosted 8 months agoGood job! I'll try to use your code as inspiration to better understand responsive, which looks pretty good on your site!
0 - @al-dellSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
As always, I am most proud of completing this challenge, while also learning new ways of coding and organizing my code.
What challenges did you encounter, and how did you overcome them?A challenge I faced was removing padding from the image header for smaller screens. I overcame it by separating the image from the content inside the
What specific areas of your project would you like help with?header
tag and keeping the rest inside another container.Feedback is appreciated.
- @krishnalokamSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I learnt how to provide transition effects
What challenges did you encounter, and how did you overcome them?Div height is taking too long , I am not sure how to control it
What specific areas of your project would you like help with?Div height is taking too long, how can I change it, also align the card to the center
@RyanFoersterPosted 8 months agoHello, to center the div try using flexbox on your body and for the size of the div try changing the "height" property to a pixel or percentage value.
0 - @wetas2020Submitted 8 months ago@RyanFoersterPosted 8 months ago
Try using the "box-shadow" property to create shadows on the card.
1 - @leriwa888Submitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I was able to do this from memory and not look at notes.
What challenges did you encounter, and how did you overcome them?Getting the image to conform to its parent, was a case of trial and error in dev tools.
What specific areas of your project would you like help with?I still need to brush up on fonts and selectors.