<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>game-web-design</author_name>
  <author_url>https://blog.hatena.ne.jp/game-web-design/</author_url>
  <blog_title>PCゲーマーのWebデザイン備忘録</blog_title>
  <blog_url>https://game-web-design.hatenadiary.com/</blog_url>
  <categories>
    <anon>HTML/CSS</anon>
  </categories>
  <description>CSSで背景画像を設定するには「background: url(#);」を使います。背景画像を全面に敷き詰める。背景画像を全面に敷き詰めるには、「background: url(#);」をそのまま使います。ソース body{ background:url(img/01.gif); } 背景画像を横や縦に並べる背景画像を横に並べるには「repeat-x」、縦に並べるには「repeat-y」を「background: url(#);」の値に追記します。 横の場合 body{ background: url(img/02.jpg) repeat-x; } 縦の場合 body{ background:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgame-web-design.hatenadiary.com%2Fentry%2F2014%2F08%2F30%2F000000_6&quot; title=&quot;【CSS】背景画像の設定 - PCゲーマーのWebデザイン備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/g/game-web-design/20140919/20140919183145.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-08-30 00:00:00</published>
  <title>【CSS】背景画像の設定</title>
  <type>rich</type>
  <url>https://game-web-design.hatenadiary.com/entry/2014/08/30/000000_6</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
