Latest comments
- P@marwinfbSubmitted 10 months ago
- @teixeirabrennoSubmitted 10 months agoWhat challenges did you encounter, and how did you overcome them?
The challenges were mainly working with CSS Grid and getting the responsiveness right. I watched some videos about it and asked Chat GPT some specific points that I was having trouble with. Took me a long time to be able to complete it, but I think it's fine since it was my first time using grid.
@data-dev05Posted 10 months agoIt looks great!!!, you can add
cursor:pointer
in your hover selector if you want to improve your user experience.0 - @EyobalexSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
not much
What challenges did you encounter, and how did you overcome them?getting the mobile version right was challenging but i overcame it using psudoselectors
What specific areas of your project would you like help with?not much
@data-dev05Posted 10 months agoIt looks great, once you use the correct font-family It will looks very similar to the challenge preview page.
0 - @limsaelSubmitted 10 months agoWhat challenges did you encounter, and how did you overcome them?
- Using the variable
- The link tree
@data-dev05Posted 10 months agoIt looks great, I think you can use a different width and this way it looks better:
0 - @AdityaDwiNugrohoSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
Responsive
What challenges did you encounter, and how did you overcome them?centering a div, My solution is using top: 15%;
What specific areas of your project would you like help with?Better code and Improvement
@data-dev05Posted 10 months agoHey! It looks great, but you can improve your solution by using flexbox, if you are already using it, you can add center to the align items property.
0 - @narainkarthikvSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
Although I've done many projects this is all new learning to fundamentals. I like to try different building a card component with animations
What challenges did you encounter, and how did you overcome them?This project helped me to create a card component and learned vh in MDN docs ran through multiple references to build even though it is basics
What specific areas of your project would you like help with?I like to learn more about vh and vw as it was more interesting units of size and I like to have help learning more about them as MDN docs didn't provide much more knowledge about it