パクったHPを作ってみよう。
ちゃんと書いたつもりなのに
background-image が表示されない。
これがさー imagesというフォルダーに入れてるんだけど、
どうなんだろう。
progateのbackground-imageのURLにしてみると、
うまく表示している。。。
一応、stylesheetのコピー
body {
margin: 0;
font-family: "Hiragino Kaku Gothic ProN";
}
a {
text-decoration: none;
}
.container {
width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.top-wrapper {
padding: 180px 0 100px 0;
background-image: url(images/background_image.png);
color: gray;
background-size: auto;
}
よく、「覚える必要はない」
「ググれる様になろう」と twitter等で見かけるんだけど
本当だった。
0 件のコメント:
コメントを投稿