WIP Old Stag logo-flip

Developer
Size
1,781 Kb
Views
40,480

How do I make an wip old stag logo-flip?

Based on David Walsh's css flipping (http://davidwalsh.name/css-flip). What is a wip old stag logo-flip? How do you make a wip old stag logo-flip? This script and codes were developed by Matt Gross on 28 August 2022, Sunday.

WIP Old Stag logo-flip Previews

WIP Old Stag logo-flip - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>WIP Old Stag logo-flip</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <article> <section class="flipper"> <div class="back"></div> <div class="front"></div> </section>
</article>
</body>
</html>

WIP Old Stag logo-flip - Script Codes CSS Codes

body { margin: 0; padding: 0;
}
.flipper { position: absolute; top: 15%; left: 50%; margin-left: -160px; width: 252.5px; height: 502px; transform-style: preserve-3d; -webkit-transition: .5s ease; transition: .5s ease;
}
div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
article { position: fixed; height: 100%; width: 100%; perspective: 1000; background: #fff; -webkit-transition: .5s ease; transition: .5s ease;
}
.front { background: url(http://mattgrossdesign.com/raw-media/old-stag-brewing-dark-2.png) center no-repeat; background-size: contain;
}
.back { background: url(http://mattgrossdesign.com/raw-media/old-stag-brewing-white-2.png) center no-repeat; background-size: contain; -webkit-transform: rotateY(180deg); transform: rotateY(180deg);
}
article:hover { background: #222;
}
article:hover .flipper { -webkit-transform: rotateY(180deg); transform: rotateY(180deg);
}
WIP Old Stag logo-flip - Script Codes
WIP Old Stag logo-flip - Script Codes
Home Page Home
Developer Matt Gross
Username mattgrosswork
Uploaded August 28, 2022
Rating 3
Size 1,781 Kb
Views 40,480
Do you need developer help for WIP Old Stag logo-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!

Matt Gross (mattgrosswork) Script Codes
Create amazing art & images 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!