Skip to content

Instantly share code, notes, and snippets.

@phpbits
Created September 12, 2017 09:00
Show Gist options
  • Select an option

  • Save phpbits/f890f04507d9519fdaae08a8b8a1a8fa to your computer and use it in GitHub Desktop.

Select an option

Save phpbits/f890f04507d9519fdaae08a8b8a1a8fa to your computer and use it in GitHub Desktop.
Digital Pro Custom Footer Background Gradient
.footer-widgets{
padding: 0px;
background: linear-gradient(90deg, #dd3333 50%, #000000 50%);
}
.footer-widgets .widget{
padding: 90px 40px;
margin: 0px;
}
.footer-widgets .widget-title{
text-transform: uppercase;
font-weight: 800;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment