Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MPS-Net authored Feb 5, 2024
1 parent 5a25abf commit b4f3d01
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@
}
p {
text-align: center;
width: 75%;
}
hr {
width: 75%; /* 或者使用百分比,例如 50% */
<!--border: 1px solid #000; /* 可選,設定邊框樣式 */-->
}
.example {
max-width: 600px;
margin: 0 auto;
background-color: lightgray;
padding: 20px;
}
</style>
</head>
<body>
Expand All @@ -39,7 +44,8 @@ <h1>Learning From Music to Visual Storytelling of Shots: A Deep Interactive Lear

<hr>
<h2>Types of Shots</h2>
<p>In the language of film, shot (type) is a fundamental element of visual storytelling [1, 2]. The type of shot is defined as how much a target subject and its surrounding area can be seen. Totally, six types of shots are defined, as described in the following Table.</p>

<div class="example">
<p>In the language of film, shot (type) is a fundamental element of visual storytelling [1, 2]. The type of shot is defined as how much a target subject and its surrounding area can be seen. Totally, six types of shots are defined, as described in the following Table.</p>
</div>
</body>
</html>

0 comments on commit b4f3d01

Please sign in to comment.