Profile Flip

Developer
Size
2,373 Kb
Views
6,072

How do I make an profile flip?

Implementation David Walsh's CSS Flip http://davidwalsh.name/css-flip. What is a profile flip? How do you make a profile flip? This script and codes were developed by Lloydwheeler on 26 January 2023, Thursday.

Profile Flip Previews

Profile Flip - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Profile Flip</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="flip-container"> <div class="flipper"> <div class="front"> <img src="https://lloydwheeler.co.uk/erik.jpg" alt="Erik Speikermann" /> </div> <div class="back"> <img src="https://lloydwheeler.co.uk/erik_back.jpg" alt="Erik Speikermann" /> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Profile Flip - Script Codes CSS Codes

body { background: #e7edf2; font-size: 100%; font-family: Arial, Helvetica, sans-serif; margin: 3em;
}
h2 { margin-bottom: 0;
}
h3 { color: #f6b3a4; margin-top: .5em; font-weight: normal;
}
.flip-container { margin: 0 auto; -webkit-perspective: 1000; -moz-perspective: 1000;
}
.flip-container:hover .flipper { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg);
}
.flipper { -webkit-transition: 0.6s; -webkit-transform-style: preserve-3d; -moz-transition: 0.6s; -moz-transform-style: preserve-3d; position: relative;
}
.front, .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; position: absolute; top: 0; left: 0;
}
.front { z-index: 1;
}
.flip-container, .front, .back { width: 14.375em; height: 14.375em;
}
.back { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg);
}
Profile Flip - Script Codes
Profile Flip - Script Codes
Home Page Home
Developer Lloydwheeler
Username lloydwheeler
Uploaded January 26, 2023
Rating 4.5
Size 2,373 Kb
Views 6,072
Do you need developer help for Profile Flip?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Lloydwheeler (lloydwheeler) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!