mhpreiman
11/23/2016 - 12:19 AM

gradients, backgrounds

BACKGROUNDS

background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment
background: #00ff00 url("smiley.gif") no-repeat fixed center; 

GRADIENTS

background-image: linear-gradient(to bottom, #FFFFFF 0%, #3366FF 100%);