Latest solutions
responsive-blog-card-page
Submitted 2 months agoLooking over the HTML and CSS to refine and clean up the code because I just added classes and styling to solve each problem I came across as they came. Although I might just be overthinking it and it might not be a cluttered piece of code.
Qr-code-solution-using-CSS-Grid-and-Flexbox
Submitted 4 months agoI still need help in intricacies like positioning and how various little exact details might affect proper movement/placement of elements
Latest comments
- @Muhammad-harissSubmitted 2 months ago
- @Aruna46Submitted 3 months ago@teeogcodePosted 2 months ago
Seems fine to me😅
Were you able to make it responsive and still look good on smaller screens?
0 - @NduatiQSubmitted 4 months ago@teeogcodePosted 4 months ago
Well, the card is at the top and not in the center. I personally cannot claim to be an expert on resolving this issue.
I usually just have a container's width and height set as a percentage of its parent element and then use the margin: auto; property-value pair.
I also just play around with align-items, justify-content, place-content and place-self until I get the container in the center😅
0