0
こんにちは、私はhtmlで新しいです。私は自分のクラスのウェブサイトプロジェクトに取り組んでいます。私の問題は、画像を左右にズームインするたびに問題になります。どうすればそれを維持できますか?ありがとう!ズームしたときに画像が移動する
相続人は私のhtml
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ghost - Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
</head>
<!-- Ghost Logo -->
<center><img src="images/gh_logo.png" alt="GH Logo" style="width:138px;height:198px;"></center>
<!-- End Ghost Logo -->
<img src="images/band_photo2.png" class="band-img" alt="image"/>
<div id="container">
CSS
body {
background-image: url(../images/topback_gh2.png);
background-position: center top;
background-repeat: no-repeat;
z-index: 0;
}
.band-img {
background-repeat: no-repeat;
position: absolute;
margin-top: -50px;
margin-left: 439px;
}