What are the perks/downsides of this approach

This page summarizes the projects mentioned and recommended in the original post on /r/css

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • normalize.css

    A modern alternative to CSS resets

  • Like most things, it’s a trade off. What you posted can make layout and design more straightforward and predictable, especially when you’re just starting out. The downside is having to manually set all margins and padding in your design. That’s also likely to increase your CSS file size with all the extra lines of code. I think these sorts of trade offs are why Normalize.css became popular. It makes rendering more consistent across browsers and lets you take advantage of “default” spacing.

  • Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  • You can also take a look at bootstrap's reboot: https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap-reboot.css

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What is the de-facto standard CSS reset?

    3 projects | /r/Frontend | 25 May 2021
  • Free Bootstrap Themes and Templates to Download in 2024

    1 project | dev.to | 18 Apr 2024
  • The origin and virtues of semicolons in programming languages

    2 projects | news.ycombinator.com | 15 Apr 2024
  • Building a Dynamic Client-Side Blog with Secutio & Bootstrap

    4 projects | dev.to | 10 Apr 2024
  • Build a Serverless S3 Explorer with Dash

    2 projects | dev.to | 2 Apr 2024