<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>leader22</author_name>
  <author_url>https://blog.hatena.ne.jp/leader22/</author_url>
  <blog_title>console.lealog();</blog_title>
  <blog_url>https://lealog.hateblo.jp/</blog_url>
  <categories>
    <anon>CSS3</anon>
    <anon>Web</anon>
  </categories>
  <description>px指定だと普通に効いてくれます。直接出くわしたパターンは、before/after疑似要素に対しての指定やったけど、おそらく普通の要素に対しても効かないと思われる。 .circle { width: 100px; height: 100px; border-radius: 50% /* &lt;-効かない！ */ } Q. 50%使えないけど円が書きたい！ A. 自分の幅・高さの半分を指定すればOK！ .circle { width: 100px; height: 100px; border-radius: 50px /* Half of width or height! */ } 参考：bord…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flealog.hateblo.jp%2Fentry%2F2013%2F01%2F22%2F212520&quot; title=&quot;Androidの一部端末では、border-radiusで％(パーセント)指定ができない - console.lealog();&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-01-22 21:25:20</published>
  <title>Androidの一部端末では、border-radiusで％(パーセント)指定ができない</title>
  <type>rich</type>
  <url>https://lealog.hateblo.jp/entry/2013/01/22/212520</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
