<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Css on MoeJueのブログ</title>
    <link>https://ja.moejue.cn/en/categories/css/</link>
    <description>Recent content in Css on MoeJueのブログ</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 16 May 2018 11:58:08 +0000</lastBuildDate>
    <atom:link href="https://ja.moejue.cn/en/categories/css/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CSS3 Random Background Image Switching Effect</title>
      <link>https://ja.moejue.cn/en/posts/4/</link>
      <pubDate>Wed, 16 May 2018 11:58:08 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/4/</guid>
      <description>&lt;p&gt;css3 random background image fade switching effects demo effect as shown in the background of this article&#xA;See you pick my fantasy field of secondary limited edition pick more tired, pick a half an hour, take the time to organize and send it out!&#xA;design was originally intended to use jQuery to achieve, but noticed the css3 @keyframes rule, css3 has been so powerful that once only js can achieve the effect!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple css3 avatar rotation and 3D rotation effect</title>
      <link>https://ja.moejue.cn/en/posts/39/</link>
      <pubDate>Mon, 10 Jul 2017 07:45:23 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/39/</guid>
      <description>&lt;p&gt;You often see comment sections on some websites, where the commenter&amp;rsquo;s avatar will rotate 360° when the mouse passes over it.&lt;/p&gt;&#xA;&lt;p&gt;Let’s take a look at the effect first&lt;/p&gt;&#xA;&lt;p&gt;.tximg{ height:300px; border-radius:50%; border:2px solid green; /*Change rules*/ transition:all 2s; } .tximg:hover{ /* Change action defines 2d rotation, parameter fills in angle */ transform:rotate(360deg); } &#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqjenq0ztrj30hs0hsmyu.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqjenq0ztrj30hs0hsmyu.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&lt;/p&gt;&#xA;&lt;p&gt;css part&lt;/p&gt;&#xA;&lt;p&gt;img{&#xA;height:300px;&#xA;border-radius:50%;&#xA;border:2px solid green;&#xA;/*Change rules*/&#xA;transition:all 2s;&#xA;}&lt;/p&gt;</description>
    </item>
    <item>
      <title>Draw iPhone with CSS3</title>
      <link>https://ja.moejue.cn/en/posts/29/</link>
      <pubDate>Mon, 03 Jul 2017 06:09:01 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/29/</guid>
      <description>&lt;p&gt;Let’s take a sneak peek at the renderings first. (This is definitely not a picture. Well~ why are these words so weird~)&lt;/p&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t ask me how much my iPhone is, because I don&amp;rsquo;t know, I haven&amp;rsquo;t used it, so you know.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1ply1fqi8i9h7fvj308j0fa747.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1ply1fqi8i9h7fvj308j0fa747.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&#xA;css style part&lt;/p&gt;&#xA;&lt;p&gt;#phone{&#xA;width:250px;&#xA;height:500px;&#xA;background-color:#2E2E2E;&#xA;border:10px solid #3B3B3B;&#xA;margin:100px auto;&#xA;border-radius:30px;/*Set the rounded border of the div element*/&#xA;}&lt;/p&gt;&#xA;&lt;p&gt;#camera{&#xA;width:8px;&#xA;height:8px;&#xA;background-color:#1A1A1A;&#xA;border-radius:50%;&#xA;border:2px solid #505050;&#xA;margin:10px auto;/*10px from top margin, left and right center*/&#xA;}&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
