The background-position CSS property sets the initial position for each background image. The position is relative to the position layer set by {{cssxref(“background-origin”)}}.
pub const bottom: #(String, String)
bottom value of background-position
pub const center: #(String, String)
center value of background-position
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const left: #(String, String)
left value of background-position
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for background-position
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)
right value of background-position
pub const top: #(String, String)
top value of background-position
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for background-position.
It will be wrapped in var() and have -- prepended.