Hi,
I have a psd file I’d like to figure out how to make the footer. It’s a blue wave.
https://www.dropbox.com/s/zgr8s8gymcpwc1o/wave%20blue%20-%20long.psd
Hi!
Export that as an image (only the top part), upload it to your server and then try with this CSS code:
#footer:before{
content: "";
background: url(_img_url_here_) no-repeat top center;
position: absolute;
top: -20px; /* height of the image */
width: 100%;
height: 20px; /* height of the image */
}
Regards,
Josue