Minimal
Pure elegance
Minimalist Pure Black
Clean, sophisticated design perfect for portfolios and luxury brands.
.minimal-black {
    background-color: #000;
    color: #fff;
    font-family: -apple-system, sans-serif;
    padding: 4rem;
}
.minimal-black h2 {
    font-weight: 100;
    font-size: 4rem;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.minimal-black p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.25rem;
    font-weight: 300;
}