Mai Starberries
@starberriesAll solutions
- Submitted 2 months ago
Responsive Recipes Page
- HTML
- CSS
Are 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! - Submitted 3 months ago
Customized Social Links Profile
- HTML
- CSS
I'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!
- Submitted 3 months ago
Blog Preview Card using Flexbox
- HTML
- CSS
This 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!
- Submitted 3 months ago
Responsive QR code using CSS Flexbox
- HTML
- CSS
What 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.