|
|
@@ -37,6 +37,8 @@
|
|
|
|
|
|
.three_color > :nth-child(1) { decorator: linear-gradient(yellow, blue 20%, #0f0); }
|
|
|
|
|
|
+ .overlapping_gradients > :nth-child(1) { decorator: linear-gradient(to bottom, #00f3, #0001, #00f3), linear-gradient(to top right, red, blue); }
|
|
|
+
|
|
|
.corner_to_corner > :nth-child(1) { decorator: linear-gradient(to top right, red, white, blue); }
|
|
|
.corner_to_corner > :nth-child(2) { decorator: linear-gradient(to bottom right, red, white, blue); }
|
|
|
.corner_to_corner > :nth-child(3) { decorator: linear-gradient(to bottom left, red, white, blue); }
|
|
|
@@ -79,6 +81,11 @@ Yellow (top), blue, green (bottom)
|
|
|
<div/>
|
|
|
</group>
|
|
|
|
|
|
+Multiple overlapping gradients
|
|
|
+<group class="overlapping_gradients">
|
|
|
+ <div/>
|
|
|
+</group>
|
|
|
+
|
|
|
Corner-to-corner, first: red (bottom-left), white, blue (top-right)
|
|
|
<group class="corner_to_corner">
|
|
|
<div/>
|