<html>
<head>
<style>
.imgs{position:absolutewidth:100pxheight:100px}
body{position:relative}
</style>
</head>
<body>
<img src="img地址" / class="imgs">
</body>
<html>
<style>html,body {width:100% height:100%}
img.ct {position:absolute width:300px height:200px left:50% top:50% margin-left:-150px margin-top:-100px}
</style>
<img class=ct src="图片路径自己加"/>