• 01-02-2020, 14:51:13
    #1

    merhabalar burdaki gibi en alta sabit bir arama çubuğu yapmak istiyorum nasıl yapabilirim ?
  • 01-02-2020, 14:54:26
    #2
    Hocam,
    Bootstrap Sticky Footer diye araştırmanız gerekiyor.
  • 01-02-2020, 14:56:30
    #3
    arama{
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid
    #ff2d2d;
    border-bottom: 1px solid
    #cd0000;
    text-shadow: 0 1px
    #cd0000;
    text-align: center;
    color:
    #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    padding-right: 20px;
    background:
    #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    şöyle bir şey yazdım işimizi gördü tşkler