tommy flinch
@tflinchAll solutions
four-card-feature-section-master
#pure-cssSubmitted about 2 months agoI need help learning grid. I wasnt sure to align my first and third card.
.card { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; background: white; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); padding: 20px; width: 250px; min-height: 200px; border-top: 4px solid transparent; img { align-self: self-end; } } .card:nth-child(1) { grid-column: 2 / 3; grid-row: 1; align-self: center; } .card:nth-child(2) { grid-column: 1; grid-row: 2; } .card:nth-child(3) { grid-column: 2; grid-row: 2; }
Product Review
#reactSubmitted 10 months agoLearning how to deploy different applications to free sources would be nice,
Responsive Recipe page
Submitted 11 months agoYes, I am not sure how to properly align the order list items with the heading div. I am thinking removing either margin or padding but was not able to figure that out,.
Responsive Blog-preview-card
Submitted about 1 year agoI would more help learning figma. Maybe a youtube link,
Responsive-QR-Code
Submitted about 1 year agoMy understanding of flex will help with deciding how to align my content.