css:gradients
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
css:gradients [2020/05/20 09:34] – created peter | css:gradients [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 77: | Line 77: | ||
---- | ---- | ||
+ | |||
+ | ===== Gradient Background ===== | ||
+ | |||
+ | Here’s the only currently supported background-image values (both vendor extensions): | ||
+ | |||
+ | <code css> | ||
+ | background-image: | ||
+ | linear, | ||
+ | left top, | ||
+ | left bottom, | ||
+ | color-stop(0, | ||
+ | color-stop(1, | ||
+ | ); | ||
+ | |||
+ | background-image: | ||
+ | center top, | ||
+ | #FFFFFF 0%, | ||
+ | #000000 100% | ||
+ | ); | ||
+ | |||
+ | background-image: | ||
+ | top, | ||
+ | #FFFFFF 0%, | ||
+ | #000000 100% | ||
+ | ); | ||
+ | |||
+ | filter: progid: | ||
+ | StartColorStr='# | ||
+ | EndColorStr='# | ||
+ | GradientType=0 | ||
+ | ); | ||
+ | </ | ||
css/gradients.1589967278.txt.gz · Last modified: 2020/07/15 09:30 (external edit)