2014年12月8日月曜日

開発環境

Head First HTML and CSS(Elisabeth Robson (著)、 Eric Freeman (著)、O'Reilly Media)のChapter 10(divs and spans: Advanced Web Construction)、Exercise(p.445)を解いてみる。

Exercise(p.445)

HTML (BBEdit, Emacs)

<style>
  #sample445 {
    font-size: 50%;
    text-align: center;
    line-height: normal;
    margin-top: 30px;
  }
</style>

<div id="sample445">
    <p>
      © 2012, Head First Lounge<br>
      All trademarks and registered trademarks appearing on this site are 
      the property of their respective owners.
    </p>
</div>

© 2012, Head First Lounge
All trademarks and registered trademarks appearing on this site are the property of their respective owners.

0 コメント:

コメントを投稿