bg-fixed (parallax), bg-local, bg-scroll. This family contains 3 generated classes in Nakshora 3.1.

Classes#

ClassGenerated CSS
bg-fixedbackground-attachment: fixed;
bg-localbackground-attachment: local;
bg-scrollbackground-attachment: scroll;

Example#

example
html
<section class="bg-fixed bg-cover" style="background-image:url(mtn.jpg)">Parallax</section>

Responsive & variants#

Every class here accepts screen prefixes (xxs:5xl:) and state variants — md:hover:p-4 style stacks compile to a single media query. See responsive/index|Responsive design and variants/index|Variants.

Best practices#

  • bg-fixed is janky on iOS Safari — test before shipping

utilities/backgrounds/gradients|Gradients · colors/index|Colors