
Mai Starberries
@starberriesAll solutions
Responsive Recipes Page
Submitted 7 months agoAre there any alternative approaches I probably could have used for any parts of this, especially with the
ol
styling? At this point I'm not too sure if the methods I used are redundant or if they work well, but any pointers are always appreciated!Customized Social Links Profile
Submitted 7 months agoI'm pretty happy with how this turned out, but I had to do a good bit of improvising and adjusting as I implemented my styling, so if there's any areas where I could have done better with keeping the code clean/avoiding redundancies or anything else of that sort, I'd be happy to hear it!
Blog Preview Card using Flexbox
Submitted 7 months agoThis one was fairly straightforward for me and served as an opportunity to do some cleaner work from the start than on my last project, so I can't think of anything specific to call out on this one that I feel like I need to ask about - but I'm happy to hear any feedback or suggestions if there's anything I can do better that I haven't thought of!
Responsive QR code using CSS Flexbox
Submitted 7 months agoWhat do you think, was using pixel measurements and hard-coding width/height a fine call here or was there a better solution that could work here? I definitely feel like designing things with responsiveness in mind is one of the trickier things for me to wrap my head around at the moment.
Updated: After updating the CSS, I've now utilized
rem
units andmax-height/width
to provide better responsiveness on especially small screen sizes, courtesy of advice from @weldu0.