How TO - Flip Card

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP




<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->



How TO - Flip Card



❮ Previous
Next ❯


Learn how to create a flip card with CSS.



Move your mouse over the image below:





Avatar


John Doe


Architect & Engineer


We love that guy





Try it Yourself »




How To Create a Flip Card


Step 1) Add HTML:


Example



<div class="flip-card">
  <div class="flip-card-inner">
   
<div class="flip-card-front">
      <img src="img_avatar.png"
alt="Avatar" style="width:300px;height:300px;">
    </div>
   
<div class="flip-card-back">
      <h1>John
Doe</h1>
      <p>Architect & Engineer</p>
     
<p>We love that guy</p>
    </div>
  </div>

</div>






<!--
mid_content, all: [300,250][336,280][728,90][970,250][970,90][320,50][468,60]
-->




Step 2) Add CSS:


Example



/* The flip card container - set the width and height to whatever you want. We
have added the border property to demonstrate that the flip itself goes out of
the box on hover (remove perspective if you don't want the 3D effect */
.flip-card
  background-color: transparent;
  width: 300px;
 
height: 200px;
  border: 1px solid #f1f1f1;
  perspective:
1000px; /* Remove this if you don't want the 3D effect */


/* This
container is needed to position the front and back side */

.flip-card-inner
  position: relative;
  width: 100%;
 
height: 100%;
  text-align: center;
  transition: transform
0.8s;
  transform-style: preserve-3d;


/* Do an horizontal
flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner
 
transform: rotateY(180deg);


/* Position the front and back side */
.flip-card-front, .flip-card-back
 
position: absolute;
  width: 100%;
  height: 100%;
 
backface-visibility: hidden;


/* Style the front side (fallback if
image is missing) */
.flip-card-front
  background-color: #bbb;
 
color: black;


/* Style the back side */
.flip-card-back
  background-color: dodgerblue;
 
color: white;
  transform: rotateY(180deg);

Try it Yourself »




❮ Previous
Next ❯

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

ャフサォクコ ケウ,コ,ワ メ,ロスョノ゙,クネ,フムカヤヲニ,エコ゚ツ ウイオン゙ケワサネォキモュキォウイノンコチ゚メヌナイゥフュ,カヒウネェ ネ,ホノケ,ムュキ ッボーミュハ,チ ツス ィ メウイマヤ,゙ウチ ヅ ロ,ォジヌェ ャヌット ェ,マャ,チナエヒネソキツテ トホヲヲミーァ

Node.js puppeteer - Use values from array in a loop to cycle through pages