NeoBrutalismCSS

Design framework that embraces the aesthetics of neo-brutalism in web

NeoBrutalismCSS - Relaunching a bold CSS framework for brutalist UIs | Product Hunt

NeobrutalismCSS weighs less than 100KB. Lightweight, fast, and brutal.

Getting Started

Getting Started

To begin using NeoBrutalismCSS in your web projects, follow these simple steps:

  1. Installation: Download the NeoBrutalismCSS library from the official website or include it via a package manager like npm, pnpm or yarn.

    npm install neobrutalismcss

    Include CSS: Include the NeoBrutalismCSS stylesheet in the <head> section of your HTML document:

    <link rel="stylesheet" href="https://unpkg.com/neobrutalismcss@latest" />

    or using CDN:

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/matifandy8/NeoBrutalismCSS/dist/index.min.css" />
  2. HTML Structure: Create your web page using the provided CSS classes and components, as demonstrated in the documentation.

  3. Customization: Customize the styles and components according to your project's design requirements by overriding NeoBrutalismCSS classes.

That's it! You're now ready to create web designs with the unique aesthetics of NeoBrutalism using NeoBrutalismCSS.