text Shadow
This function sets the text-shadow property.
Example call:
text-shadow { flat }Parameters
extension function parameter for small media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.shadows that offer the properties of Shadows
This function sets the text-shadow property for each media device independently.
Example call:
text-shadow(
sm = { flat }
lg = { raised }
)
Parameters
extension function parameter for large media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.shadows that offer the properties of Shadows
extension function parameter for medium sized media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.shadows that offer the properties of Shadows
extension function parameter for small media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.shadows that offer the properties of Shadows
extension function parameter for extra large media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.shadows that offer the properties of Shadows