Latest solutions
Four card feature section using HTML and CSS
Submitted 8 months agoAny constructive criticism is welcome.
Latest comments
- @Thelma6002@Kostexx
I think you submitted project too early.
- @Akinloluwa-AdedijoWhat are you most proud of, and what would you do differently next time?
i'm proud i was able to figure out the grid template areas solution to position the cards that way
What challenges did you encounter, and how did you overcome them?my biggest challenge was figuring out the grid template areas solution to position the cards that way. i was able to figure it out by looking online for grid cheat sheets and some specific grid terms and also seeing it similar designs and code helped
What specific areas of your project would you like help with?n/a
@KostexxNice work!
- P@fsahinbas@Kostexx
With using max-width: 30% on product class, the product card will be squeezed. Maybe using fixed width would be a better solution. Otherwise, nice work!
Marked as helpful - @Akinloluwa-AdedijoWhat are you most proud of, and what would you do differently next time?
n/a
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
@KostexxTo avoid adding the same color value for different elements, you can use variables.
- @nielsfechtelWhat are you most proud of, and what would you do differently next time?
Got somewhat better with sizing a responsive container.
@KostexxNice work.
- @Dev-Abhiram@Kostexx
To ensure that your .container is truly centered vertically as well, add height: 100vh; to the body. You use margin for each element instead of using one padding size for the parent element.
Marked as helpful