Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 606 Bytes

Flipcard

Flip card using html and css code from a GitHub tutorial and YouTube video

Change the card size (width and height) in style.css:

.container {
  width: 500px;
  height: 300px;
  perspective: 800px;
}

and corresponding image width and height in index.html

      <img src="nhsrcommunity-thank-you.png" alt="NHS-R Community thank you card" style="width:500px;height:300px;">

Published through GitHub pages: Settings > Pages > Deploy from a branch > main > root