Neubrutalism is a bold web design trend inspired by Brutalist architecture. It features raw aesthetics, thick borders, harsh drop shadows, vibrant colors, and unapologetic typography. This anti-minimalist style embraces visual weight and high contrast to create memorable, attention-grabbing interfaces.
Click me if you dare
<button class="btn">Default</button> <button class="btn btn-primary">Primary</button>
Content in a box
This is a card component with bold borders and shadows. Select this text.
<div class="neo-card"> <div class="neo-card-header">...</div> <div class="neo-card-body">...</div> <div class="neo-card-footer">...</div> </div>
Input with attitude
<form class="neo-form">
<div class="neo-form-group">
<label class="neo-label">Name</label>
<input type="text" class="neo-input">
</div>
</form>Loud and clear messages
<div class="neo-alert neo-alert-success"> <div class="neo-alert-icon">...</div> <div>Success!</div> </div>
Labels with impact
<span class="neo-badge badge-primary">NEW</span>
Track with style
<div class="neo-progress">
<div class="neo-progress-bar" style="width: 65%;">
65%
</div>
</div>On or off, decisively
<label class="neo-switch"> <input type="checkbox"> <span class="switch-slider"></span> </label>
Organize aggressively
Content for Tab 1. Select this text to see the yellow-black selection style.
Content for Tab 2. Try selecting this text too!
Content for Tab 3. All text selections are now yellow-black.
<div class="neo-tabs"> ... </div>
In-your-face dialogs
<button id="openModal">Open</button> <div class="neo-modal">...</div>
Collapsible attitude
Content for section 1. Select this text to see the new style.
Content for section 2. Try selecting this text too!
<div class="neo-accordion"> ... </div>
Navigate with boldness
<div class="neo-pagination"> ... </div>
Helpful hints with style
<div class="neo-tooltip-container"> <button>Hover me</button> <div class="neo-tooltip">Tooltip!</div> </div>
Bold colors for bold designs
<div class="color-swatch">#000</div>
Select with authority
<div class="neo-dropdown"> <div class="neo-dropdown-btn">SELECT</div> <div class="neo-dropdown-content">...</div> </div>
Navigate the path
<nav class="neo-breadcrumb"> <a class="neo-breadcrumb-item">HOME</a> <span class="neo-breadcrumb-separator">/</span> </nav>
Slide with precision
<div class="neo-slider"> <div class="neo-slider-fill"></div> <div class="neo-slider-thumb"></div> </div>
Choose your options
<label class="neo-checkbox"> <input type="checkbox"> <div class="neo-checkbox-box"></div> </label>
Alert with style
<div class="neo-notification"> <div class="neo-notification-header">...</div> <div class="neo-notification-body">...</div> </div>