Background Position
Set the background image position within an element.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
bp-bbackground-position: bottom;bp-cbackground-position: center;bp-lbackground-position: 0;bp-lbbackground-position: 0 100%;bp-ltbackground-position: 0 0;bp-rbackground-position: 100%;bp-rbbackground-position: 100% 100%;bp-rtbackground-position: 100% 0;bp-tbackground-position: top;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:bp-(value)Small≥640px
md:bp-(value)Medium≥768px
lg:bp-(value)Large≥1024px
xxl:bp-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:bp-(value)