如果您只想讓圖標(biāo)始終位于單詞“North”旁邊,只需將其放在標(biāo)簽內(nèi):
.flex { display:flex; align-items:center; resize: both; overflow:auto; background: #99AAAA; max-width: fit-content; max-height: fit-content; }
<link rel="stylesheet"/> <h3>拖動角落進(jìn)行調(diào)整大小</h3> <div class="flex"> <span>THE KING OF THE NORTH <i class="fa-solid fa-image"></i></span> </div>