Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ログインボタンのリンクを他のリンクと同じ行に配置するにはどうすればよいですか?アンカータグのマージンとパディングを調整しようとしましたが、機能しません。
HTMLコード:
<a data-toggle="modal" role="button" href="#myModal"> <img border="0" src="/images/login.jpg"> </a>
コードの何が問題になっていますか?
imgこれをcssに追加します。
img
a[data-toggle="modal"] > img {margin: 13px 0;}