Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2017 04:03
Show Gist options
  • Select an option

  • Save anonymous/ea331a5872881d141bfc5b62dd9b2a64 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/ea331a5872881d141bfc5b62dd9b2a64 to your computer and use it in GitHub Desktop.
love
<html>
<head>
<title>Welcome</title>
</head>
<body>
<div ></div>
</body>
</html>
div{
Width: 50px; Height: 2448px;
transition: width 5s ease-in;
-webkit-transition: width 5s ease-in;
}
div:hover{
width: 3264px;
background-image:url("http://az616578.vo.msecnd.net/files/2016/05/19/6359929795894505121877519031_I_love_you_by_Pamba.jpg") ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment