Gradient

  • John McCubbin

    #3638

    sorry i didnt know wether to start new thred or add to current i found out how to put the gradient in the background but am strugling to get it in top bar/ menu nav bar i assumed something like this would work but it didnt

    #top-bar {background-color:
    background-image: linear-gradient(left top, #0B489D 19%, #9CC0F7 60%);
    background-image: -o-linear-gradient(left top, #0B489D 19%, #9CC0F7 60%);
    background-image: -moz-linear-gradient(left top, #0B489D 19%, #9CC0F7 60%);
    background-image: -webkit-linear-gradient(left top, #0B489D 19%, #9CC0F7 60%);
    background-image: -ms-linear-gradient(left top, #0B489D 19%, #9CC0F7 60%);

    background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0.19, #0B489D),
    color-stop(0.6, #9CC0F7)
    );}

    can anyone tell me where im going wrong

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.