それは、これは私が今'div'要素では、他のすべての項目を右揃えにしてテキストを左揃えにする方法はありますか?
<style>
.thread {
background-color: skyblue;
height: 50px;
width: 90%;
align-self: center;
text-align: end;
display: inline-block;
border-radius: 6px;
position: relative;
}
.header {
width: fit-content;
display: inline-block;
align-self: right;
}
.arrow {
display: inline-block;
vertical-align: bottom;
height: 50%;
}
.titletext {
display: inline-block;
text-align: left;
}
</style>
<div class="thread">
<p class="titletext">Title</p>
<div class="header"><img class="arrow" onclick="showPopover(this)" src="https://image.flaticon.com/icons/png/512/7/7584.png" /></div>
</div>
And I'm trying to achieve this
申し訳まで持っているものです。..タイトルは右に左し、ドロップダウンの設定メニューの矢印で表示された後のよう ですコードがあまりにもランダムである場合、またはいくつかの行が不要な場合でも、私は検索していて、多くのものを試しているので、今のところそれがあります。