Created
February 19, 2015 10:03
-
-
Save punmechanic/4cb4838e1f71e2744034 to your computer and use it in GitHub Desktop.
azYELG
This file contains 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 class="quicksearch"> | |
<form> | |
<input type='text' /> | |
<button>Search</button> | |
<span>Searching</span> | |
</form> | |
<a href='#'>Advanced</a> | |
<div class="quicksearch-modal"> | |
<ul> | |
<li> | |
My Search Item | |
</li> | |
</ul> | |
<button>Close</button> | |
</div> | |
</div> |
This file contains 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
.quicksearch | |
position relative | |
.quicksearch-modal | |
width 400px | |
border solid 1px black | |
position absolute | |
border solid 1px pink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment