<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://wasurenagusa.f-rpg.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>вино из незабудок</title>
		<link>https://wasurenagusa.f-rpg.me/</link>
		<description>вино из незабудок</description>
		<language>ru-ru</language>
		<lastBuildDate>Sun, 19 Jul 2026 13:52:01 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>#5</title>
			<link>https://wasurenagusa.f-rpg.me/viewtopic.php?pid=223#p223</link>
			<description>&lt;p&gt;поворот карты по клику&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 30em&quot;&gt;&lt;pre&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang=&amp;quot;ru&amp;quot;&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;meta charset=&amp;quot;UTF-8&amp;quot; /&amp;gt;
    &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot; /&amp;gt;
    &amp;lt;title&amp;gt;Пиковая дама&amp;lt;/title&amp;gt;
    &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;./styles/style.css&amp;quot; /&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;
      &amp;lt;button type=&amp;quot;button&amp;quot; class=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;/button&amp;gt;
      &amp;lt;div class=&amp;quot;card front&amp;quot;&amp;gt;
        &amp;lt;img src=&amp;quot;./images/spades.jpg&amp;quot; alt=&amp;quot;Пиковая дама&amp;quot; /&amp;gt;
      &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;script src=&amp;quot;scripts/script.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  inline-size: 100dvi;
  block-size: 100dvb;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #5f0dee;
}

img {
  max-inline-size: 100%;
  max-block-size: 50vh;
  border-radius: 30px;
  object-fit: cover;
}

.container {
  position: relative;
}

.button {
  position: absolute;
  inset: -20px 0 0 -20px;
  z-index: 5;
  inline-size: 50px;
  block-size: 50px;
  border: none;
  padding-inline-start: 30px;
  background-color: transparent;
  transition: 0.4s linear;
  cursor: pointer;
}

.button::before {
  content: &#039;&#039;;
  position: absolute;
  inset: 0;
  inline-size: 0;
  block-size: 0;
  border-inline-end: 20px solid transparent;
  border-block-start: 20px solid #ce1d5a;
}

.button::after {
  content: &#039;&#039;;
  position: absolute;
  inset: 8px 0 0 8px;
  inline-size: 0;
  block-size: 0;
  border-inline-end: 20px solid transparent;
  border-block-start: 20px solid #000;
}

.button:hover::before,
.button:hover::after {
  opacity: 0.7;
}

.card {
  position: relative;
  transition: transform 1.5s ease-in-out;
  transform-origin: top left;
  transform-style: preserve-3d;
}

.front {
  z-index: 2;
  border-radius: 30px;
}

.animated {
  transform: rotateZ(180deg);
}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 15em&quot;&gt;&lt;pre&gt;let cards = document.querySelectorAll(&#039;.card&#039;);
let button = document.querySelector(&#039;.button&#039;);

button.addEventListener(&#039;click&#039;, function () {
  cards.forEach((card) =&amp;gt; {
    card.classList.toggle(&#039;animated&#039;);
  });
});&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (торнадо)</author>
			<pubDate>Sun, 19 Jul 2026 13:52:01 +0300</pubDate>
			<guid>https://wasurenagusa.f-rpg.me/viewtopic.php?pid=223#p223</guid>
		</item>
	</channel>
</rss>
