便宜上img
の大きさを適当に決めていますが、以下はborder-top
の丁度真ん中に配置する書き方です。
html
1<style>
2.box{
3 border: 1px solid;
4 position: relative;
5 width: 500px;
6 height: 700px;
7 margin-top: 50px;
8}
9.img {
10 width: 100px;
11 height: 50px;
12 position: absolute;
13 top: 0;
14 left: 0;
15 right: 0;
16 margin: auto;
17 transform: translateY(-50%);
18 background: black;
19}
20</style>
21
22<div class="box">
23 <img class = "img">
24</div>
25
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/07 17:52