ホームページ > 記事 > ウェブフロントエンド > CSSについて初心者に質問です。 _html/css_WEB-ITnose
The Internet Society's mission is to achieve a world in which everyone everywhere is connected to an open and universally accessible Internet. Since its inception in 1992, ISOC has been at the forefront of global Internet education by bringing essential information and training to people throughout the world.The Internet Society's mission is to achieve a world in which everyone everywhere is connected to an open and universally accessible Internet. Since its inception in 1992, ISOC has been at the forefront of global Internet education by bringing essential information and training to people throughout the world.
body {
background-image:url(bg-grad.gif) /*background-repeat:repeat-x;*/body スタイルのコードは次のようになります。 body {
background-image:url(bg-grad.gif);/*background-repeat:repeat-x;*/
}めちゃくちゃややこしい
背景スタイルを分けずに書いてください
背景:url(**.jpg) no-repeat left top;
初心者は理解できないと言います body {
background:url(bg-grad.gif)背景-repeat :repeat-x;
これに変更しましょう。