画像のサイズを縮小して画像を配置したいbackground-position:center 10px;
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head><title>TFZIM3 RDA</title></head>
<link rel="icon" type="image/png" href="logo.png" />
<link rel="stylesheet" type="text/css" href="test.css" />
<body style="background-color:d8d8d8;" >
<img class="normal" src="main.png" width="700" height="80" />
</body>
CSS
img.normal
{
background-position:center 10px;
}
しかし、これは機能していません。
ガイドしてください
前もって感謝します