<?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>positionを使って、HTML内でレイヤーのような構造を作る事ができます。posisionの書き方positionはabsolute（絶対的な）を指定した上で、ブラウザの左上からの距離を指定する。CSS #wrapper { width: 760px; /* レイアウト全体の幅を指定 */ overflow: hidden; } #primary { position: absolute; /* 値にabsoluteを指定 */ left: 10px; /* 左方向からの配置位置を指定 */ top: 10px; /* 上方向からの配置位置を指定 */ width: 550px; /* ボ…</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%2F09%2F10%2F120042&quot; title=&quot;【CSS】 position - 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/20140910/20140910115857.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-09-10 12:00:42</published>
  <title>【CSS】 position</title>
  <type>rich</type>
  <url>https://game-web-design.hatenadiary.com/entry/2014/09/10/120042</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
