I watched this CodePen demo in which CSS3 linear-gradient is used to make the color effects, I tried the same linear-gradient property at jsFiddle but this CSS3 property was not working in it.
Here is the CodePen code and this is my jsFiddle code.
Can anyone explain me that what is the problem behind this or is there any jsFiddle fault or else?
When you writes
linear-gradientin CodePen, it automaticly adds website prefixes in code (see screenshot: CodePen code in Firebug). So, the prefixes which you need:-webkitfor Safari, Chrome, Android browser and mobile Safari-mozfor Firefox-ofor Opera-msfor IE 10+See code: LIVE DEMO