• 08-07-2019, 23:34:04
    #1
    Kullandığım kodlar:

    <ul class="share-buttons">
    <li><a href="https://www.facebook.com/sharer/sharer.php?u=&quote=" title="Share on Facebook" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(document.URL) + '&quote=' + encodeURIComponent(document.URL)); return false;"><img alt="Share on Facebook" src="images/social_flat_rounded_rects_svg/Facebook.svg" /></a></li>
    <li><a href="https://twitter.com/intent/tweet?source=&text=:%20" target="_blank" title="Tweet" onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + ':%20' + encodeURIComponent(document.URL)); return false;"><img alt="Tweet" src="images/social_flat_rounded_rects_svg/Twitter.svg" /></a></li>
    <li><a href="https://plus.google.com/share?url=" target="_blank" title="Share on Google+" onclick="window.open('https://plus.google.com/share?url=' + encodeURIComponent(document.URL)); return false;"><img alt="Share on Google+" src="images/social_flat_rounded_rects_svg/Google+.svg" /></a></li>
    <li><a href="http://pinterest.com/pin/create/button/?url=&description=" target="_blank" title="Pin it" onclick="window.open('http://pinterest.com/pin/create/button/?url=' + encodeURIComponent(document.URL) + '&description=' + encodeURIComponent(document.title)); return false;"><img alt="Pin it" src="images/social_flat_rounded_rects_svg/Pinterest.svg" /></a></li>
    <li><a href="http://www.linkedin.com/shareArticle?mini=true&url=&title=&summary=&source=" target="_blank" title="Share on LinkedIn" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title)); return false;"><img alt="Share on LinkedIn" src="images/social_flat_rounded_rects_svg/LinkedIn.svg" /></a></li>
    <li><a href="mailto:?subject=&body=:%20" target="_blank" title="Send email" onclick="window.open('mailto:?subject=' + encodeURIComponent(document.title) + '&body=' + encodeURIComponent(document.URL)); return false;"><img alt="Send email" src="images/social_flat_rounded_rects_svg/Email.svg" /></a></li>
    </ul>

    İmage olarak gözüken bunları yan yana nasıl getirebilirim.Şimdiden teşekkür ederim.
  • 08-07-2019, 23:34:54
    #2
    Üyeliği durduruldu
    .share-buttons li { display:block; float:left;}
  • 08-07-2019, 23:39:38
    #3
    ul.share-buttons {
    display:flex;
    }
    ul.share-buttons li {
    flex:1 1 auto;
    }
  • 08-07-2019, 23:42:01
    #4
    soxiety_ adlı üyeden alıntı: mesajı görüntüle
    ul.share-buttons {
    display:flex;
    }
    ul.share-buttons li {
    flex:1 1 auto;
    }
    style.css eklemem gerek ?
  • 08-07-2019, 23:43:10
    #5
    yasinssmn adlı üyeden alıntı: mesajı görüntüle
    style.css eklemem gerek ?
    evet hocam
  • 08-07-2019, 23:44:20
    #6
    soxiety_ adlı üyeden alıntı: mesajı görüntüle
    evet hocam
    Müsaitseniz bağlanırmısınız ekliyorum ama değişen birşey yok.



    soxiety_ adlı üyeden alıntı: mesajı görüntüle
    evet hocam
    Çok teşekkür ederim.