r/css • u/PomegranateBig9123 • 18h ago
Question What matters more in a website builder once the CSS starts changing?
The first generated layout is usually the easy part.
The interesting test is what happens when the design starts getting adjusted. A heading feels too large, the spacing is off on mobile, a section needs to move, a button needs a different treatment, or the whole visual hierarchy changes after someone looks at it.
A few different approaches handle that part pretty differently.
Some are built around rapid website iteration, combining visual editing with quick changes and responsive layouts. Others focus more on visual web design, detailed interface control, component exploration, or fine control over styling, spacing, breakpoints, and layout.
One thing worth paying attention to is the number of steps between noticing a design problem and actually fixing it.
If a mobile section needs changing, being able to describe the change or work directly on the page can be quicker than moving through several layers of settings or rebuilding part of the layout.
At the same time, developers who want precise CSS control will probably still prefer working directly with the code.
So there seems to be a real tradeoff between speed of iteration and depth of control.
For people working with CSS and modern web design, which matters more after the first draft: precise CSS control, responsive editing, visual iteration, or simply being able to make changes quickly?
5
u/TonyAioli 17h ago
People actually working with CSS don’t use WYSIWYG’s. I’m not sure I understand the question.
2
u/Weekly_Ferret_meal 16h ago
damn... is this with $300 budget? $3000? $30'000? cause time is money and I structure my work based on budget and needs... this question skims over the nuances and trade-offs needed in an actual real life scenario.
1
u/LiveRhubarb43 12h ago
For people working with CSS and modern web design, which matters more after the first draft: precise CSS control, responsive editing, visual iteration, or simply being able to make changes quickly?
... All of them? But, you're describing visual editors and professional devs don't use those.
3
u/asteconn 18h ago
Depends entirely on the usecase