(Help) How to make the brown or red thing in the navigation bar have no margin on the left and right side & also make the logo vertically centered with the text?

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
  • modern-normalize

    🐒 Normalize browsers' default style

  • You should inspect the elements to find out where the margins around the nav bar are coming from. I assume you never zeroed the margins on the body, but it's good practice to inspect your properties to find out for yourself where things are coming from. To fix, you can probably add body {margin: 0;} to your CSS. An even better way would be to load a modern reset before your styles, something like modern normalize.

  • 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

  • Tailwind CSS: A critique

    1 project | dev.to | 1 Feb 2023
  • How to style markdown with Tailwind CSS

    2 projects | dev.to | 16 Nov 2021
  • Vite vue ts tailwind template: Convert styles to TailwindCSS classes and configs (Part 3)

    2 projects | dev.to | 7 Aug 2021
  • CSS Reset

    1 project | /r/Frontend | 16 Jan 2021
  • What is the de-facto standard CSS reset?

    3 projects | /r/Frontend | 25 May 2021