• vpjohnso

    (@vpjohnso)


    Is there a simple and easy way to create a gradient color background within a row or a column?

Viewing 1 replies (of 1 total)
  • catacaustic

    (@catacaustic)

    You can try using gradient backgrounds in CSS.

    .my-element {
        background: linear-gradient(to bottom, #FFFFFF, #FF0000);
    }
Viewing 1 replies (of 1 total)

The topic ‘Gradient color backgrounds’ is closed to new replies.