Sameema Nasrin
@SameemaNasrinAll solutions
Responsive Calculator App using Flexbox, Media query and DOM operation
#pure-cssSubmitted 7 months agoI'm looking for a cleaner way to handle dynamic content resizing. Currently, I'm using a
max-width
withoverflow: hidden
, but it feels like more of a workaround than a permanent solution. I’m wondering if there’s a more elegant and flexible layout approach that could better handle this, without compromising the responsiveness of the design. Any suggestions or guidance on how to improve this would be really helpful!Responsive Bento Grid using CSS Grid and Flexbox
#pure-cssSubmitted 7 months agoThe efficiency of my CSS Grid and Flexbox implementation — are there ways to optimize it further?