Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #327189

    Hi,

    i like to have this CSS for the header border. How can i make this?

    clear: both;
    float: none;
    width: 100%;
    height: 2px;
    margin: 1.4em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.5, rgb(221,221,221)),
    color-stop(0.5, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
    center top,
    rgb(221,221,221) 50%,
    rgb(255,255,255) 50%
    );

    Greetings

    #327214

    Hi oneandonlyeric!

    Can you post a screenshot and show the changes you would like to make?

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.