Tag Archives: css

HTMLのリスト(ul)をCSSでサムネイル表示にしたい

HTMLのリスト(ul)をCSSでサムネイル表示にしたく、エントリーを参考にしつつ実装した。”display:table-cell”を使ったやり方もある? 確認:thumbnails.html 参 … Continue reading

Posted in 未分類 | Tagged | Leave a comment

Twitter Bootstrapで見栄えを変える

前回の続き。少しでも見栄えを良くしようとTwitter Bootstrapを適用した。 成果物:about.about (Twitter Bootstrapの適用) メモ ナビゲーションバーのclass=”b … Continue reading

Posted in 未分類 | Tagged , , , | Leave a comment

はじめてのLESS

Twitter Bootstrapでは、デバイスによってページのデザインを変えられるようなので、Bootstrap, from Twitterを読んでみたけど、やり方がよくわからない。。.lessファイルをコンパイルして … Continue reading

Posted in 未分類 | Tagged , , | Leave a comment

Twitter Bootstrap

そもそもCSSがわかってないので、Twitter Bootstrapをダウンロードし、サンプルサイトのソースもあわせて読んでみて、わからない箇所を列挙した。 HTML classとidとnameの違いは?->同一ペ … Continue reading

Posted in 未分類 | Tagged , | Leave a comment