Preview:
body {

  font-family: 'Roboto Mono', monospace;

  background-color: #ff5f5;

  color: #1a1a1a;
5
}

.neo-brutalist {

  border: 4px solid #000;

  box-shadow: 8px 8px 0 #000;

  transition: all 0.2s ease;

  border-radius: 4px;

}

.neo-brutalist:hover {

  box-shadow: 6px 6px 0 #000;

  transform: translate(2px, 2px);

}

h1, h2, h3 {

  font-family: 'Bebas Neue', sans-serif;

  letter-spacing: 2px;

}

.component-card {

  height: 100%;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter