3 Replies Latest reply: Dec 10, 2013 8:15 AM by Automator21 RSS

    CSS3 vertical gradient

    Automator21 Community Member

      Hello,

      I am breaking my head trying to figure this one out... In dreamweaver CC how do you create a vertical gradient where the color runs Top to bottom, it is rending as a repeating pattern.

       

      Here is my css:

      body {

                background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 100%);

                background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 100%);

      }

       

      Screen Shot 2013-12-09 at 5.44.41 PM.png