前提・実現したいこと
HTML/CSSにて簡易的なポートフォリオの作成練習をしています。
発生している問題・エラーメッセージ
SNS関連のアイコンを等間隔で配列したいのですが、(練習にて、Twitter,Instagram,noteを配列)
うまく配列する事ができません。noteだけが、うまく並ばないです。
下部の画像のような状態となっています。
何卒宜しくお願い致します。
一応ですが、現在のコードが下記になります。
該当のソースコード
##【HTML】
<footer> <div class="contact"><div class="sasami"> <div class ="twitter"> <li> <a> <img src="img/twitter-square.png" width=80 height=80 alt="Twitterサイトへのリンク"> </a> </li> </div><h2>CONTACT</h2> <p>お問い合わせは下記のフォームorSNSよりご連絡ください</p> <!--Twitter-->
</div> </footer><!--Instagram--> <div class="instagram"> <li> <a> <img src="img/instagram.png" width=80 height=80 alt="instagramへのリンク"> </a> </li> </div> <!--note高さが揃わない--> <a href="https://note.mu/xxxxx"> <img src="img/logo-tagline.png" width=80 height=45 alt="noteサイトへのリンク"> </a> </div> <p>sasami.com</p>
##【CSS】
.contact {
text-align:center;
background-color:skyblue;
list-style: none;
}
.twitter{
list-style:none;
}
.instagram{
padding-bottom:20;
}
.sasami{
justify-content:center;
flex-direction:center;
position:relative;
display:inline-flex;
}
.sasami p{
font-size:35px;
}
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。