A simple, bold, and minimal CSS library for brutalist web design.
Only 4KB in size!
This library uses the 'Roboto Mono' font and provides basic styling for headings and paragraphs.
Paragraph text goes here. It has a default bottom margin for proper spacing.
This is a text linkContainers center the content and provide padding.
Use the grid system to create responsive layouts with flexible columns.
Stylish buttons with hover effects.
Button LinkBasic form elements with bold styles.
Different types of alert messages.
Example of a modal dialog. Click the button to open the modal.
Progress bars to indicate progress.
25% Complete
50% Complete
75% Complete
100% Complete
Stylized container for displaying code snippets.
/* Example of CSS code block */
body {
font-family: 'Roboto Mono', monospace;
background-color: #fff;
}
.box {
padding: 1rem;
border: 2px solid #000;
box-shadow: 4px 4px 0 #000;
}
Tiny Brutalism includes utility classes for margin control.
This text is centered using .text-center
Collection of Apps and websites utilizing tiny-brutalism.
-------------
Sample apps, available on github
Add Tiny Brutalism CSS to your project:
<link rel="stylesheet" href="tiny-brutalism.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pruger/tiny-brutalism-css/tiny-brutalism.css">