ComputerEnjoyer
@ComputerEnjoyerAll solutions
Testimonial Grid Selection
PSubmitted 3 months ago-
I was expecting my grid solution to create new columns given enough space. However, this does not happen before the defined breakpoint in the media query. Why?
-
How could I approach the grid differently to have a more dynamic and responsive design? It feels a bit ham-fisted to define the grid positions so clearly. I was expecting grid-auto-flow to help me out here, but I wasn't able to get any solution to work.
-
Four card feature selection
PSubmitted 3 months agoIs there a more elegant way to handle breakpoints or manage the change in layout?
Product Preview Card HTML/CSS
PSubmitted 3 months agoI would have preferred to solve this with grid-auto-columns/rows, but I ended up having issues with the image sizing, where the image would just be way too big.
I wonder if there is an elegant way to use grid-auto-columns/rows or if grid-template-columns/rows is just the way to go when managing full-bleed vs padded content.
Recipe Page using HTML and CSS
PSubmitted 3 months agoAny better way to handle margin and padding?
Any better way to handle size breakpoints?
Blog preview card (HTML and CSS)
PSubmitted 4 months agoIs there a more elegant way to handle changes to the presentation of the .blog-preview-card element?