Tobar
@Tobar12All comments
- P@MateoyyP@Tobar12
Very nice solution!
- P@dlemvighWhat are you most proud of, and what would you do differently next time?
Used css grid for card layout. Added a tablet layout with two columns.
I know everything is just in one file, but it is easier with these small challenges ~200 lines
P@Tobar12Well done!
- @hoppYoWhat are you most proud of, and what would you do differently next time?
so on this particular one i was able to get the image fit and responsive for different screen size.
What challenges did you encounter, and how did you overcome them?the challenge was based on responsiveness, trying to display different image sizes on its appropriate screen size
P@Tobar12Well done!
Being able to build responsive websites is a hard task, but you are on the right path! Excellent solution!
- @flaviare1sP@Tobar12
Very well done!
- @TomekWojakP@Tobar12
Well made!
- @MickeyObasP@Tobar12
Well done!
- @AndersonPauloWhat challenges did you encounter, and how did you overcome them?
It was and continues to be the responsiveness of the site.
What specific areas of your project would you like help with?improve responsiveness.
P@Tobar12First of all, congratulations and well done!
Constructive criticism: 1.You should use display: flex; to improve responsiveness. 2.You can align content by using align-items and justify-content. 3.You can learn more about Flexbox in: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Marked as helpful