HTML語法+Float chat

<div class="floating-cta">
<p>
<a href="LINKS">
<img src="ICON-URL" alt="加LINE" width="50"></a></p>

</div>

<style>
.floating-cta{
position: fixed;
top: 35%;
right: 20px;
z-index: 9999;
}
.floating-cta p {
margin-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
.floating-cta {
position: fixed;
top: 70%;
right: 5px;
}

}
</style>

發佈留言