Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS I want to add 2 GRADIENTS , X and Y then again X and Y How to do it??

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #260091
    szalon
    Participant

    Really i don know how to do it? Display two gradients at body html..
    I want add first gradient like:

    X:
    background: linear-gradient(135deg, rgba(136,65,65,1) 0%,rgba(60,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    then i want to display second gradient
    Y: (another gradient)
    then i want to display gradient
    X then Y, ETC ETC. Pls tell me how to do it….

    #260096
    Paulie_D
    Member

    It’s not clear what you are asking.

    Do you want the gradients on top of one another or do you want to start and stop each gradient in steps across/down the page.

    Are you asking about “color-stops”?

    What is this supposed to look like?

    #260248
    szalon
    Participant

    Thansk for reply.
    Yes i want to start and stop each gradient in steps across/down the page.

    How to do it ?

    #260259
    Paulie_D
    Member

    Then you need to look into color stops.

    https://codepen.io/Paulie-D/pen/gGrEEY

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.