html
1<div class="about"> 2 <div class="container"> 3 <div class="d-flex flex-column text-center"> 4 <!-- d-flex 指定 column縦並べ--> 5 <div class="row"> 6 <div class="col-12 mx-auto"> 7 <div class="balloon1"> 8 <h1 class="font-write font-weight-bold mb-0 pt-3 pb-3"> 9 質問が出来ずに困った事はありませんか?</h1> 10 </div> 11 <div class="about-LinedUp pt-5 pb-5"> 12 <i class="fas fa-check fa-2x color-rd"></i> 13 <p class="h2">このエラーの意味が分からない</p> 14 15 <i class="fas fa-check fa-2x color-rd"></i> 16 <p class="h2">このエラーの意味が分からない</p> 17 18 <i class="fas fa-check fa-2x color-rd"></i> 19 <p class="h2">このエラーの意味が分からない</p> 20 </div> 21 </div> 22 </div> 23 </div> 24 </div> 25 </div>`` 26 27 28```CSS 29.about { 30 background-color: #0FABBC; 31} 32.balloon1 { 33 position: relative; 34 display: inline-block; 35 margin: 1.5em 0; 36 padding: 7px 10px; 37 min-width: 120px; 38 max-width: 100%; 39 /* color: #555; */ 40 /* font-size: 16px; */ 41 background: #0FABBC; 42} 43.about-LinedUp { 44 background-color: #E4F9FF; 45 list-style-position: inside; /* li要素の・を引き寄せる */ 46 margin: 0 calc(50% - 50vw); 47}
fontawasomeとテキストを横並びにしたいのですがうまくいきません。
少しわかりづらいかもしれませんが1枚目のように今は作成しています
iタグの中にテキストを入れれば横並びになりましたがiタグをredに変更しているためテキストもredになりダメでした
2枚目のようにしたく他にもdivタグで囲んだり試行錯誤しましたが思うようにいかず今回このような質問をさせていただきました。
お手数になりますがよろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/08 14:16
2020/03/08 14:17
2020/03/08 14:21
2020/03/08 14:30