I am most proud my ability to complete the task. I think for next time i can maybe research a more sufficient way of complete the task.
What specific areas of your project would you like help with?Any feedback will be appreciated.
I am most proud my ability to complete the task. I think for next time i can maybe research a more sufficient way of complete the task.
What specific areas of your project would you like help with?Any feedback will be appreciated.
I am most proud my ability to complete the task. I think for next time i can maybe research a more sufficient way of complete the task.
What challenges did you encounter, and how did you overcome them?My challenge was studying up on CSS grid and then playing around with my code to get it working.
What specific areas of your project would you like help with?Any feedback will be appreciated!
This is my first time creating a project using CSS grid. It was challenging, but overall it gave me a perspective on how to design responsive layouts for both mobile and desktop. Utilizing the mobile first approach definitely helps with writing the initial CSS and adding more CSS for desktop version is much easier as it reduces repeating code.
What challenges did you encounter, and how did you overcome them?Challenging part was getting the grid to work with the desktop. Looking into grid-template-areas
and grid-area
really helps as it helps with organizing the card components in a certain way.
I would like more guidance on how to utilize CSS grid more efficiently.
Always forgetting to set 100vh on the parent element for centering a child.
What challenges did you encounter, and how did you overcome them?Always forgetting to set 100vh on the parent element for centering a child. Tried another (css grid) centering system. Works good as well. But still decided to stick to flexbox.
What specific areas of your project would you like help with?Take a deeper look at grid system and position: sticky;
.
the solution include sematic HTML and it's accessible