Use of CSS Grid
What challenges did you encounter, and how did you overcome them?Responsiveness
What specific areas of your project would you like help with?Overall HTML semantic structure and CSS styling
Frontend Dev in love with coding, design and communication. I like nature, animals, good books, coffee, outdoor experiences and have a thing with skateboards.
I’m currently learning...Already worked as a frontend dev in the past, here to take back my skills and update.
When I used to work as a frontend dev I only used Flexbox ignoring the existance of grid, so now I find it a bit hard to understand it because it can do so many things in so many ways that guys pls help me. Anyway, I guess I just need some more practice, but if you happen to read my code and any suggestion comes to your mind, I appreciate you hitting up. Thanks anyone, keep coding hard!
Still need to figure out how to size images and content in the correct way. I had troubles giving the description the same size of the image in a consistent way. I didn't want to use pxs but I had to do it eventually. Any help or suggestions will be appreciated!
Use of CSS Grid
What challenges did you encounter, and how did you overcome them?Responsiveness
What specific areas of your project would you like help with?Overall HTML semantic structure and CSS styling
Hey there Cho, good job! I was reading your code and noticed you used a different approch than the one I chose. I would put styles in a different fild and would be using grid-template-areas because I think it's easer to read. But overall, your code is very clean and easy to read, and the final solution is so good. Keep having fun! :)
I'm proud of using CSS Grid in this project.
Good job mate! I used a different approach so it's been fun to see how you wrote it. Looks super good. If i have to, the only suggestion would be to start the media query maybe on 1000px to avoid the cards to stretch to much before switching in mobile design. Congratulations
I had some troubles with sizing so first thing I notice is that you didn't, seems very good. The only thing: I think you would have needed some more letter spacing and a bit more of the line height. The code is very clean and legible but in the css I think you could have been writing less lines with just a few adjustments. Keep grinding my friend!
I like the changes you made for the colors, it helps for better readibility. You also added some interactions so very well, i didnt. The code is well organized and clean, good job!
Very good job, sizer are a bit different but i guess it's not a problem!
style.
You did it almost the same, good job! I would like to help you adding a box shadow, it should be easy, just try adding this line of css to your card container and let me know if it works! border: 1px solid black; box-shadow: 10px 10px black;