Andi
@AStombaughAll solutions
Testimonials Layout using CSS Grid + Flex
Submitted about 1 year ago-
What could be refactored in my CSS to make it simpler? I tried combining as much code as I could and ultimately found that I was overwriting myself as I was doing it which results in me splitting EVERYTHING into classes so I could better track where I was getting stuck. My primary cards have a total of three classes on just the top level card and that seems excessive.
-
On desktop, what could I do to improve the handling of the grid layout? It feels very clunky to me. I'm not sure if that's just my lack of understanding the concepts of Grid or if I'm overthinking it. Realistically I would have liked this to reduce from desktop to mobile and back again with a little less reliance on media queries, but as I worked through this I genuinely could not figure out a way to make that possible. It feels like grid is intended to be very precise whereas flex allows you to utilize percentages and math to scale responsively.
-
Feature Cards using Grid and Flex
Submitted about 1 year agoIs there a more efficient, less complicated approach to this? Is mixing Grid and Flex okay as long as it achieves the solution or should I have stuck to one or the other and worked my way through it? This project was frustrating and I'm not sure if I just made it more complicated than it had to be and that's why I struggled with it so much.
Responsive Product Card Using HTML & CSS
Submitted about 1 year agoEnsuring that my HTML is clean and I kept the CSS simple. I tried hard not to "over code" this time.
Recipe Page using HTML & CSS
Submitted about 1 year agoEnsuring correct HTML tags were used and if there's a suggestion on how to handle my issue with the header graphic better.
Social Links Card using basic HTML & CSS
Submitted about 1 year agoEnsuring that I used correct semantic HTML, especially with regards to accessibility since that was a huge problem on my last project.
Blog Preview Card using HTML & CSS w/ hover & focus states
Submitted about 1 year agoEnsuring that I got the accessibility portion correct this time, as I did not do that on the first project. I think the code is sound though.
QR Code using basic HTML & CSS
Submitted about 1 year agoCould I have simplified the code any further? Is there anything redundant or otherwise unnecessarily declared that could have saved me time and the overall amount of code?