<body> <ul> <liclass="flat-icon">FLAT</li> <liclass="flat-icon">UI</li> </ul> <scripttype="text/javascript"> $(".flat-icon").flatshadow({ color: "#AAAABBDD", // Background color of elements inside. (Color will be random if left unassigned) angle: "SE", // Shadows direction. Available options: N, NE, E, SE, S, SW, W and NW. (Angle will be random if left unassigned) fade: true, // Gradient shadow effect // boxShadow: "#d7cfb9" // Color of the Container's shadow }); </script> </body>