monks/text_underline_offset

The text-underline-offset CSS property sets the offset distance of an underline text decoration line (applied using {{cssxref(“text-decoration”)}}) from its original position.

Values

pub const auto_: #(String, String)
  • : The browser chooses the appropriate offset for underlines.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of text-underline-offset

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for text-underline-offset

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for text-underline-offset. It will be wrapped in var() and have -- prepended.

Search Document