Created
December 1, 2011 21:58
-
-
Save meeDamian/1420200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="login"> | |
<h1 id="choose_login">Wybierz kim jesteś</h1> | |
<div id="login_list"> | |
<a href="#one" id="login_one" class="login_panels"> | |
<span>one</span> | |
</a> | |
<a href="#two" id="login_two" class="login_panels"> | |
<span>two</span> | |
</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment