Advertisement
mariammrf_

Search Bar CSS

Mar 8th, 2015
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /*-- BAR--*/
  2. #search {
  3.     z-index:5000;
  4.     position:fixed;
  5.     border:1px dotted;
  6.     right:0px;
  7.     top:0px;
  8.    
  9.     max-width:250px;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement