Skip to content

Instantly share code, notes, and snippets.

@robertocarroll
Created October 3, 2014 16:35
Show Gist options
  • Save robertocarroll/82d0dcb18d82109d25ff to your computer and use it in GitHub Desktop.
Save robertocarroll/82d0dcb18d82109d25ff to your computer and use it in GitHub Desktop.
Fixed border top - CSS
<div id="topHat"> </div>
#topHat {
background-color: #2c91bb;
height: 7px;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment