background
{
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
background-repeat: round;
background-repeat: space;
background-repeat: space round;
background-image: linear-gradient(方向, 颜色 渐变位置, 颜色 渐变位置 ...);
background-image: linear-gradient(to right, red 20px, green 90px ...);
background-image: linear-gradient(90deg, red 20px, green 90px ...);
}
resize
{
resize: both/horizontal/vertival;
overflow: auto/hidden/scroll;
}
align-content
{
align-content: center;
}
transform-origin
{
transform-origin: center center;
}
rotate3d
{
transform: rotate3d(x, y, z, 50deg);
}