facebookincubator / infima

A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website
https://infima.dev
MIT License
408 stars 55 forks source link

Hero with image #305

Open psztoch opened 4 months ago

psztoch commented 4 months ago

Please add support and example for hero with image. https://infima.dev/docs/components/hero

Josh-Cena commented 2 months ago

Hi, hero doesn't do anything special—it's just some nicely positioned boxes. You can just add one yourself:

.hero.my-landing-page-hero {
  background-image: url("....");
}