記事をストーリー風にした場合などに利用できる登場人物紹介のスタイルです。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
<div class="cast-box"> <div class="box_inner"> <dl class="cast"> <dt class="cast_name">登場人物A</dt> <dd class="cast_headshot"><a href="#"><img src="./images/cast03.jpg" width="160" height="160" alt="登場人物A"></a></dd> <dd class="cast_profile"> ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。 </dd> </dl> <dl class="cast"> <dt class="cast_name">登場人物B</dt> <dd class="cast_headshot"><a href="#"><img src="./images/cast04.jpg" width="160" height="160" alt="登場人物B"></a></dd> <dd class="cast_profile"> ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。 </dd> </dl> <dl class="cast"> <dt class="cast_name">登場人物C</dt> <dd class="cast_headshot"><a href="#"><img src="./images/cast05.jpg" width="160" height="160" alt="登場人物C"></a></dd> <dd class="cast_profile"> ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。ここに紹介文が入ります。 </dd> </dl> </div> </div> |
ほかにも次回予告用のフォーマットもあります。
次回予告
次回のキャッチコピーが入ります!
次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります。
次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります。
1 2 3 4 5 6 7 |
<h2>次回予告</h2> <div class="advance-billing-box box_style box_style05"> <h3 class="advance-billing-box_title title_no-style">次回のキャッチコピーが入ります!</h3> <p>次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります。<br> 次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります次回の内容のあらすじが入ります。</p> <p class="advance-billing-box_next-title">「次回のタイトルが入ります」</p> </div> |