そのため、現在div、HTML スクリプトのタグに問題があります。何らかの理由で、マージン、幅、高さなどを使用してサイズを調整する方法がわかりません。
コードは次のとおりです。
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Change The Vibe</title>
<style type="text/css">
.titleBox
{
margin-left: 300px;
font-size: 36px;
margin-right: 300px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
background-color: green;
margin-top: -50px;
width: 1000;
}
.titleHeader
{
color: white;
}
</style>
</head>
<body>
<div class="titleBox">
<h1 class="titleHeader">Change The Vibe</h1>
</div>
</body>
</html>
また、現在 Dreamweaver を使用してスクリプトを編集していることにも注意してください。それが私の問題に関連している場合は、知りたいです。