開発環境
- 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 8(Styling with Fonts and Colors: Expanding Your Vocabulary)、Crack the Safe Challenge(p.350)を解いてみる。
Crack the Safe Challenge(p.350)
HTML (BBEdit, Emacs)
<p style="color: #b817e0;">#b817e0</p>
<p style="color: #b80000;">#b80000</p>
<p style="color: #001700;">#001700</p>
<p style="color: #0000e0;">#0000e0</p>
<p style="color: rgb(184, 23, 224);">rgb(184, 23, 224)</p>
<p style="color: rgb(184, 0, 0);">rgb(184, 23, 224)</p>
<p style="color: rgb(0, 23, 0);">rgb(184, 23, 224)</p>
<p style="color: rgb(0, 0, 224);">rgb(184, 23, 224)</p>
<p>RIGHT 184, LEFT 23, RIGHT 224</p>
#b817e0
#b80000
#001700
#0000e0
rgb(184, 23, 224)
rgb(184, 23, 224)
rgb(184, 23, 224)
rgb(184, 23, 224)
RIGHT 184, LEFT 23, RIGHT 224
0 コメント:
コメントを投稿