将图像居中对齐

时间:2019-06-22 15:01:59

标签: html css image position alignment

我有一幅需要对准位置123、45的图像。通常您可以只使用顶部和左侧,但是我需要将点作为图像的中心。

我尝试过centerxcentery的风格,但这不是标签。

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">

0 个答案:

没有答案
相关问题