画像のように矢印画像を右寄せにしたいのですが、色々試しても右寄せになりません。
HTML
1 <li class="p-main__contents__ownerReview--list"> 2 <a href="#" class="p-main__contents__ownerReview--listLink"> 3 <div class="p-main__contents__ownerReview--list-txt"> 4 <div class="ownerReview__item__name">PIRKKA TABLE / Artek 5 <p class="ownerReview__item__name-new">NEW</p> 6 <img src="./img/serch_arrow.png" class="c-item__more--button" alt="serch_arrow"> 7 </div> 8 </div> 9 </a> 10 </li>
CSS
1.p-main__contents__ownerReview--list{ 2 font-size: 12px; 3 line-height:70px; 4} 5.p-main__contents__ownerReview--list-txt{ 6 border-bottom: dotted 4px #DEDEDD; 7 width: 90%; 8 margin-left: 25px; 9} 10 11.ownerReview__item__name{ 12 color: black; 13 font-size: 17px; 14 padding-left: 10px; 15 position: relative; 16 display: flex; 17 align-items: center; 18} 19 20.ownerReview__item__name-new{ 21 width: 45px; 22 height: 25px; 23 background-color: red; 24 color: white; 25 font-weight: bold; 26 display: flex; 27 align-items: center; 28 padding: 5px; 29 position: absolute; 30 top: 20px; 31 left: 250px; 32} 33 34.c-item__more--button{ 35 padding-right: 10px; 36} 37 38
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/17 23:59