Hello Lumers!
I am trying to build a background grid like the one of Stripe Sessions page. Anyone had success building a responsive CSS grid in Webflow without using background image?
I noticed Relume’s team achieved a similar style on their Relume Ipsum website but they used an SVG grid.
Ideally, I’d like the grid to align with the Relume containers of 80 rem. Is it possible or the whole website would need to be built in grid style?
Thanks!!
I mean Stripe's is all custom CSS - using CSS calculations. It's not proprietary code. If you really wanted to achieve the same result and really learn how it was done, I would just grab the CSS they used and start playing around with it.
I suppose it could also be possible with fluid responsiveness - https://finsweet.com/client-first/docs/fluid-responsive
Their font-sizes are also attached to the scale of the site - so I think in order to achieve the exact same result, you'll need to adapt to fluid responsive.
It's not as scary as it sounds - watch the video on that page.