Skip to content

Instantly share code, notes, and snippets.

@donflopez
Created September 17, 2012 16:18
Show Gist options
  • Save donflopez/3738270 to your computer and use it in GitHub Desktop.
Save donflopez/3738270 to your computer and use it in GitHub Desktop.
HTML of Door effect.
<!DOCTYPE html>
<html>
<head>
<title>CamyDes</title>
<link rel="stylesheet" href="stylesheets/style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
</head>
<body>
<div class="content"><h1>Hola esto es una prueba</h1></div>
<div class="leftdoor"></div>
<div class="rightdoor"></div>
<a id="button">
<span>Entra</span>
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment