<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ajicolor</author_name>
  <author_url>https://blog.hatena.ne.jp/ajicolor/</author_url>
  <blog_title>やわらかしかっけい</blog_title>
  <blog_url>https://ajicolor.hatenablog.jp/</blog_url>
  <categories>
    <anon>HTML,CSS,javascript</anon>
  </categories>
  <description>マウスオーバーしたら、画像を拡大＋オーバーレイを薄くする、というのをやりたかった。 a::before { content: &quot;&quot;; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .6)); transition: all .2s ease; } a:hover img{ transform: scale(1.1); } a:hover::before{ opa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fajicolor.hatenablog.jp%2Fentry%2F2022%2F07%2F28%2F172105&quot; title=&quot;CSS hoverで画像を拡大＋オーバーレイ変化 のtransitionが効かなかった時 - やわらかしかっけい&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>2022-07-28 17:21:05</published>
  <title>CSS hoverで画像を拡大＋オーバーレイ変化 のtransitionが効かなかった時</title>
  <type>rich</type>
  <url>https://ajicolor.hatenablog.jp/entry/2022/07/28/172105</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
