59. ベースのHTMLを作成 <body> ! <dl> ! ! <dt>Step.1</dt> ! ! <dd><p>Lorem ipsum ! ! (中略) ! ! venenatis.</p></dd> ! ! <dt>Step.2</dt> ! ! <dd><p>Integer rhoncus ! ! (中略) ! ! ultricies accumsan. </p></dd> ! ! <dt>Step.3</dt> ! ! <dd><p>Integer pretium ! ! (中略) ! ! imperdiet. </p></dd> ! </dl> </body> 60. CSSでベースを整形 body{ ! background:#252422; } dl{ ! width:800px; ! margin:50px auto; } dt{ ! line-height:35p