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.
画像を垂直に配置する必要があります。そのため、ページに入るときの画面サイズは関係ありません。
.css を作成する必要がありますか?
このコードで試すことができます
<img class="yourNeed"> .yourNeed { vertical-align: top; }
vertical-align:topそのためにcssで使用できます。
vertical-align:top