我有一幅需要对准位置123、45的图像。通常您可以只使用顶部和左侧,但是我需要将点作为图像的中心。
我尝试过centerx
和centery
的风格,但这不是标签。
img {
width:100%;
position:fixed;
top:0px;//The part that needs fixing
left:0px;//The part that needs fixing
}
<img src="./imgs/default.png" class="img">