gpt4 book ai didi

css - 需要将 Pinterest 板向右浮动

转载 作者:行者123 更新时间:2023-11-28 06:36:25 24 4
gpt4 key购买 nike

试图让 Pinterest 板向右浮动。每当将任何样式应用于 span 或 Pinterest 板时,它都不会呈现 - 这应该是一个 2 分钟的工作。看这里:https://jsfiddle.net/Lx07fe43/

<span style="float:right"><a href="https://www.pinterest.com/pinterest/official-news/" data-pin-do="embedBoard" data-pin-board-width="400" data-pin-scale-height="240" data-pin-scale-width="80">_</a></span>

最佳答案

应用 'text-align:right' 而不是 float :

在这里更新 fiddle https://jsfiddle.net/qaj25bkf/

<div class="float-right">
<a href="https://www.pinterest.com/pinterest/official-news/" data-pin-do="embedBoard" data-pin-board-width="400" data-pin-scale-height="240" data-pin-scale-width="80">_</a>
</div>

.float-right {
text-align:right;
}

关于css - 需要将 Pinterest 板向右浮动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34653922/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com