Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Document
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); *, :after, :before { box-sizing: border-box; padding: 0; margin: 0; } ul{ position: absolute; display: flex; top: 4%; left: 28%; height: 600px; width: 600px; } ul li{ list-style-type: none; height: 100%; width: 25%; background-image: url(https://www.frontendforever.com/uploads/assets/got.jpg ); background-size: cover; transition: 1s; } li:nth-child(1){ background-position: 0px; } li:nth-child(2){ background-position: -150px; } li:nth-child(3){ background-position: -300px; } li:nth-child(4){ background-position: -450px; } ul:hover li:nth-child(odd){ transform: skewY(18deg); } ul:hover li:nth-child(even){ transform: skewY(-18deg); }
console.log("Event Fired")