Home » Snippets » CSS3 HoverBoard 3D CSS3 HoverBoard 3D - Snippet --- jQuery jQuery UI Bootstrap Angular Backbone D3 Ember GreenSock TweenMax Handlebars Lodash Modernizr Polymer React React DOM Snap.svg Three.js Underscore Zepto ZingChart --- Bootstrap Foundation Animate.css Preview HTML CSS JS <div id="container"> Hello there. <div id="hover-flip"> Peek-a-boo! <p>Hover meh</p> </div> </div> body { background: #555; color: #555; font-family: 'helvetica neue', arial, sans-serif; padding: 0; margin: 0; } #container { background: -webkit-linear-gradient(top, #fff, #eee); font-weight: bold; margin: 100px auto; padding: 20px 0 55px; position: relative; text-align: center; width: 300px; -webkit-border-radius: 5px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6); } #hover-flip { border-top: 1px solid #DDD; bottom: 0; color: #df3e7b; font-size: 14px; line-height: 40px; position: absolute; width: 100%; -webkit-perspective: 350; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; } #hover-flip:hover { background: #ddd; box-shadow: inset 0 20px 5px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,.05); -webkit-transition: all .2s ease-in-out; } #hover-flip p { background: #fff; color: #009EE0; margin: -40px 0 0 0; position: relative; -webkit-font-smoothing: antialiased; -webkit-transform-origin: top; -webkit-transition: all .2s ease-in-out; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; } #hover-flip:hover p { background: #bbb; color: transparent; -webkit-transform: rotateX(108deg); -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; } Tutorials Palace 17 December, 2018 No Comments 107 Views CSS3 HoverBoard 3D CSS Layouts CSS Layouts Download CSS3 HoverBoard 3D Code Fullscreen Tutor Play Walkthrough Related Snippets Box Shadow Editor Canvas Particles Emission Dripping Paint CSS3 Animation National flag of Mongolia Particles Emission Based on Mouse Moves Custom Cursor Images with CSS Particle System Leaving Trails CSS3 LT Form Particles Gravity Effect Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Notify me of new posts by email.