View difference between Paste ID: JVSi1HXK and zVghCTcX
SHOW: | | - or go back to the newest paste.
1
#root {
2
	-fx-background-color:  linear-gradient(darkgray, gray);
3
}
4
5
#FX2 {
6
	-fx-fill:  linear-gradient(cyan , dodgerblue);
7
}
8
9
#Java{
10
	-fx-fill: linear-gradient(orange, orangered);
11
}
12
13
#JavaFX2{
14
	-fx-fill:linear-gradient(palegreen, seagreen);
15
    }
16
17
#text2{
18
	-fx-fill: linear-gradient(#ffd65b, #e68400),
19
        	linear-gradient(#ffea6a, #efaa22),
20
        	linear-gradient(#ffe657 0%, #f8c202 50%, #eea10b 100%),
21
		linear-gradient(from 0% 0% to 15% 50%, rgba(255,255,255,0.9), rgba(255,255,255,0));
22
	-fx-effect: dropshadow( one-pass-box , rgba(0,0,0,0.9) , 1, 0.0 , 0 , 10 );
23-
 	
23+
 }