開発環境
- OS X Yosemite - Apple (OS)
- Safari, Firefox + Firebug, Google Chrome(Webプラウザ、プラグイン)
- BBEdit - Bare Bones Software, Inc. (GUI) , Emacs (CUI) (Text Editor)
- HTML (マークアップ言語)
- Cascading Style Sheets(CSS) (スタイルシート)
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 コメント:
コメントを投稿