Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8577

Tips:background-image・ショートハンド・ディレクトリ構造

$
0
0

自分用
今日覚えたこと

background-image

どうしても出なくて困った。
階層も画像の名前も確認した、要素に高さも指定した。
それでも出ない・・・

下記の構文エラーが原因だったらしい。
background-image: url(images/top.png) no-repeat;

no-repeat はショートハンドでしか記述できないとのこと。
background: url(images/top.png) no-repeat;

ショートハンドとは・・?

長文のコードを短く省略して1行で書くこと

▼ 参考
CSSの一括指定(ショートハンド)のチートシート

ディレクトリ構造

トップページは基本的に index.html
CSSは1つの場合 style.css
が推奨される

▼ 参考
ディレクトリ構造とは?WEBサイトのファイルはどうなっている?


Viewing all articles
Browse latest Browse all 8577

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>