私のアイコンが私のオーディオプレーヤーの左側に表示されるようにしようとしています。インラインブロックが機能していません。 JSfiddleでさえも。助言がありますか?htmlオーディオプレーヤーの左側にアイコンを正しく表示する方法は?
私はそれを感謝します!
私が持っている現在のコード/ CSS(JSFiddle):
http://jsfiddle.net/qMdfC/620/
のCss
.socials-paypal i {
width: 37px;
height: 37px;
float:left;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #1b1b1b;
color: #dbdbdb;
line-height: 37px;
text-align: center;
font-size: 14px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
ソース
<body>
<div>
<h1 class="text-center">'Zel</h1><br>
<audio src="audioplayer/audio/letmeknow.mp3" controls>
Your browser does not support the audio element.
</audio>
<div class="socials-paypal">
<a href="facebook.com/TheRealZellyZel"><i class="fa fa-paypal"></i></a>
<a href="Twitter.com/TheRealZellyZel"><i class="fa fa-twitter"></i></a>
<a href="Twitter.com/TheRealZellyZel"><i class="fa fa-twitter"></i></a>
<div class="footer-socials"></div>
移動audio' ''上記社交-paypal'のDIV: はこれを好きにそれを変更しますか? – kukkuz