NeoBrutalismCSS is a lightweight and minimalist CSS library inspired by the principles of neo-brutalist web design. It provides a set of simple and modular CSS classes to help you create brutalist-style web pages with ease.
You can include NeoBrutalismCSS in your project in one of the following ways:
Install with pnpm
$ pnpm install neobrutalismcss
Install with npm
$ npm install neobrutalismcss
Install with Yarn
$ yarn add neobrutalismcss
Include the following CSS link in the <head>
section of your HTML file:
<link rel="stylesheet" href="https://unpkg.com/neobrutalismcss@latest" />
2.Download the latest release and include it in your project manually.
NeoBrutalismCSS doesn't provide any fonts, but we do maintain the following list of fonts that we recommend for usage alongside our framework:
These fonts can help you achieve a harmonious and visually appealing typography in your NeoBrutalismCSS-based projects. Please ensure that you follow the provided links to access and integrate these fonts into your designs according to your preferences and requirements.
NeoBrutalismCSS only provides components. You will need to define your own layout.
To use NeoBrutalismCSS, simply add the CSS classes to your HTML elements. Here docs - WEB
NeoBrutalismCSS only requires CSS and doesn't depend on any JavaScript.
For detailed documentation and examples, please visit the NeoBrutalismCSS Documentation.
We welcome contributions from the community. If you'd like to contribute to NeoBrutalismCSS, please see our contribution guide.