<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rrlrlrll</author_name>
  <author_url>https://blog.hatena.ne.jp/rrlrlrll/</author_url>
  <blog_title>rrlrlrll.org</blog_title>
  <blog_url>https://rrlrlrll.hatenadiary.jp/</blog_url>
  <categories>
    <anon>CSS</anon>
  </categories>
  <description>意外と活用されていない兄弟セレクタの便利な使い方と注意点をご紹介します。 // Example ul&gt;li*3 // Bad ul { li{ margin-top: 10px; border-top: 1px solid #ccc; &amp;:first-child { margin-top: 0; border-top: none; } } } // Good ul { li+li { margin-top: 10px; border-top: 1px solid #ccc; } } よくあるborderの区切り線や、要素間のmarginなど、&quot;liの次にliが来ているから&quot;境界線をつけるという…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frrlrlrll.hatenadiary.jp%2Fentry%2F2013%2F11%2F10%2F160423&quot; title=&quot; 兄弟セレクタのすすめとIE7での注意点 - rrlrlrll.org&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-11-10 16:04:23</published>
  <title> 兄弟セレクタのすすめとIE7での注意点</title>
  <type>rich</type>
  <url>https://rrlrlrll.hatenadiary.jp/entry/2013/11/10/160423</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
