그래서 현재 HTML 스크립트에 div
태그와 관련된 문제가 있습니다. 나는 또한 내가 현재 사용하고 있음을 유의사업부에서 크기를 수정할 수 없습니까?
<!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>
: 어떤 이유로 나는 등 수익성, 폭, 높이를 사용하여 크기, 여기
을 조정하는 방법을 알아낼 수없는 것은 코드 내 스크립트를 편집하는 드림위버. 그렇다면 내 문제와 관련이 있습니다. 알고 싶습니다.
우리가 어떻게 현재 작동하고 볼 수있는 바이올린이 있습니까 ? – EmCo
죄송합니다.하지만 방금 문제가 발생했습니다. – MrHost56
너비 : 1000; 나는 px를 잊었다. – MrHost56