<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gupuru</author_name>
  <author_url>https://blog.hatena.ne.jp/gupuru/</author_url>
  <blog_title>Three.jsを使って、作ってみた</blog_title>
  <blog_url>https://gupuru.hatenablog.jp/</blog_url>
  <categories>
    <anon>CSS3</anon>
  </categories>
  <description>今回は、CSS3の「nth-of-type」について書きます。 「nth-of-type」は、ある要素のうち、n番目に来る要素を指定するときに使います。 実際にやったほうがはやいので、さっそくプログラムを書きます。 &lt;!DOCTYPE html&gt; &lt;html lang=&quot;ja&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;utf-8&quot;&gt; &lt;title&gt;css3&lt;/title&gt; &lt;style&gt; div p:nth-of-type(3){ color : red; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div&gt; &lt;h1&gt;h1&lt;/h1&gt; &lt;p&gt;p&lt;/p&gt; &lt;p&gt;p&lt;/p&gt; &lt;p&gt;p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgupuru.hatenablog.jp%2Fentry%2F2014%2F04%2F10%2F201742&quot; title=&quot;CSS3 セレクタ「nth-of-type」 - Three.jsを使って、作ってみた&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/gupuru/20140406/20140406124152.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-04-10 20:17:42</published>
  <title>CSS3 セレクタ「nth-of-type」</title>
  <type>rich</type>
  <url>https://gupuru.hatenablog.jp/entry/2014/04/10/201742</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
