Skip to content

Instantly share code, notes, and snippets.

@natemcmaster
Created April 25, 2015 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natemcmaster/1c7d447860a0216d2481 to your computer and use it in GitHub Desktop.
Save natemcmaster/1c7d447860a0216d2481 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.profile {
background: url('landen.png');
height: 100px;
width: 100px;
background-size: 100%;
border-radius: 100px;
}
.profile:hover{
background-position: bottom;
}
</style>
</head>
<body>
<div class="profile">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment