<div class="insta"><a href="http://www.yahoo.com">INSTAGRAM</a></div>
.insta { width:200px; height:26.5px; padding:15px; background-color:silver; border-radius:5px; margin:40px auto 60px auto; display:flex; justify-content:center; align-items:center; border:1px solid black; } .insta a { text-align:center; color:black; font-weight:bold; text-decoration:none; } .insta:hover { background-color:lightskyblue; } .isnta a:hover { color:white; }
このボタンのINSTAGRAMという文字の横に▶︎のマークをつけ、hoverしたときにも、ドラッグのアイコンが矢印に変わり、文字とborderと▶︎の色がグレイに変わるようにしたいのですが、どうすれば、宜しいでしょうか。
回答1件
あなたの回答
tips
プレビュー