Skip to content

nhs-r-community/flip-card

Repository files navigation

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

Releases

No releases published

Packages

No packages published