It was hard and i needed to watch a youtube tutorial for the grid but it helped me understanding and exploring grid and solving problems
Sanjeev
@sanjv12All comments
- @Franco-CipollaSubmitted 21 days agoWhat are you most proud of, and what would you do differently next time?
- P@Coder-LizSubmitted 21 days ago
- P@uheron96Submitted 23 days agoWhat are you most proud of, and what would you do differently next time?
I am proud of figuring out how to use rem and em, as well as clamp.
What challenges did you encounter, and how did you overcome them?I had a lot of issues figuring out how to change image based on screen size. I also struggled with layout for a while.
What specific areas of your project would you like help with?I could not figure out how to not change into mobile view when resizing a small window on computer. It did not look pretty because component took the whole screen as it would on web, with image being too large.
@sanjv12Posted 22 days agofor the image, instead of fixing a width, make it as 50% so that it stays half the width of the container.
Marked as helpful0 - @DazzlmSubmitted 23 days ago
- @lisandroescaladaSubmitted 27 days agoWhat are you most proud of, and what would you do differently next time?
Me costo un poco al arrancar porque agregue el contenedor dentro del main y no estaba acostumbrado agregarle estilo desde ahí. Despues que eso pude arreglarmelas sin problema.
- @cfofanaSubmitted 26 days agoWhat are you most proud of, and what would you do differently next time?
I researched a new concept, namely the css clamp function, after it was suggested by someone else. Improved my research skills and implementing what I learned into my project.
What challenges did you encounter, and how did you overcome them?The challenge : how to change font sizes without using media queries. Solution: asked questions, got an answer, and used the suggestion to make changes which worked.
- @MohamedAhIsmailSubmitted 27 days ago@sanjv12Posted 26 days ago
Scale up the sizes so it matches the required.
Marked as helpful0