[ CSS ] 3단 그라디언트
#grad1 { height: 200px; background: -webkit-linear-gradient(#4cbfca, #061114, #4cbfca); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#4cbfca, #061114, #4cbfca); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(#4cbfca, #061114, #4cbfca); /* For Firefox 3.6 to 15 */ background: linear-gradient(#4cbfca, #061114, #4cbfca); /* Standard syntax (must be last) */ }