Latest solutions
Latest comments
- @1sonnSubmitted 6 months ago
- P@Joshk7Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I'm happy with how the final grid layout worked and I was also able to add intermediate layouts at different break points.
What challenges did you encounter, and how did you overcome them?The biggest challenge I encountered was in the ordering of the cards within the grid. The fifth card ends up in the far right for the largest grid layout, so I had to specify exactly where it should go with grid-row and grid-column.
What specific areas of your project would you like help with?.five { grid-row: 1 / 3; grid-column: 4; }
I'm not positive if the box-shadow is perfect, so any tips on that would be helpful. Also, I wasn't sure if I needed an h1 tag so I just added a hidden one for accessibility. Let me know if that's good practice.
- @AbrilEsparzaSubmitted 4 months ago@owocodedPosted 4 months ago
Nice Submission. If you are really good with pure CSS then, Bootstrap is way to go, if not I will suggest you master pure CSS then move to framworks.
0 - @anabelenaSubmitted 7 months ago
- @donttouchtomiSubmitted 4 months ago
- P@rkeppler42Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am getting better at BEM and mediaqueries
What specific areas of your project would you like help with?Bem and mediaqueries