Button back to top

Add as many cards as you like. Each card has a heading and text option. Every card's image changes to another image on hover.

Show Full Syntax...

Syntax

{{< back-to-top
active-box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"
align-horizontal="Use left, center or right to align horizontally"
align-vertical="Use top, center or bottom to align vertically"
background-color="any background or gradient"
border-active-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
border-active-width="Any valid number with unit like 10px, 100vw, 10rem or 50%"
border-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
border-width="Any valid number with unit like 10px or 10rem"
box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"
button-height="Any valid number with unit like 10px, 100vh, 10rem or 50%"
button-width="Any valid number with unit like 10px, 100vw, 10rem or 50%"
image="Any valid image link"
image-height="Any valid number with unit like 10px, 100vh, 10rem or 50%"
image-width="Any valid number with unit like 10px, 100vw, 10rem or 50%"
is-position-fixed="true|false"
margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on." >}}

The actual message goes here

{{< /back-to-top >}}