Created
September 12, 2017 09:00
-
-
Save phpbits/f890f04507d9519fdaae08a8b8a1a8fa to your computer and use it in GitHub Desktop.
Digital Pro Custom Footer Background Gradient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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